mirror of
https://github.com/mfontanini/libtins
synced 2026-01-29 21:14:28 +01:00
Change CheckCXX11Features into CheckCXXFeatures
This commit is contained in:
6
cmake/Modules/CheckCXXFeatures/cxx-test-nullptr.cpp
Normal file
6
cmake/Modules/CheckCXXFeatures/cxx-test-nullptr.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
int main(void)
|
||||
{
|
||||
void *v = nullptr;
|
||||
|
||||
return v ? 1 : 0;
|
||||
}
|
||||
Reference in New Issue
Block a user