This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
f3be6c1b9b
CMake
/
Tests
/
CompileFeatures
/
cxx_explicit_conversions.cpp
11 lines
89 B
C++
Raw
Blame
History
class
A
{
int
m_i
;
public
:
explicit
operator
bool
(
)
{
return
m_i
!
=
0
;
}
}
;
Reference in New Issue
View Git Blame
Copy Permalink