mirror of
https://github.com/mfontanini/libtins
synced 2026-01-30 05:24:26 +01:00
Change CheckCXX11Features into CheckCXXFeatures
This commit is contained in:
8
cmake/Modules/CheckCXXFeatures/cxx-test-__func__.cpp
Normal file
8
cmake/Modules/CheckCXXFeatures/cxx-test-__func__.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
int main(void)
|
||||
{
|
||||
if (!__func__)
|
||||
return 1;
|
||||
if (!(*__func__))
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user