index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
CompileFeatures
/
cxx_lambdas.cpp
blob: 7cd1fabb4cd28100fc6ea46566b965baf2704387 (
plain
)
1
2
3
4
5
void
someFunc
()
{
[]() {}();
}