mirror of
https://github.com/mfontanini/libtins
synced 2026-01-27 20:24:26 +01:00
Change CheckCXX11Features into CheckCXXFeatures
This commit is contained in:
5
cmake/Modules/CheckCXXFeatures/cxx-test-lambda.cpp
Normal file
5
cmake/Modules/CheckCXXFeatures/cxx-test-lambda.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
int main()
|
||||
{
|
||||
int ret = 0;
|
||||
return ([&ret]() -> int { return ret; })();
|
||||
}
|
||||
Reference in New Issue
Block a user