This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cmake
Watch
2
Star
0
Fork
0
mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced
2026-09-25 04:09:36 +03:00
Code
Activity
Files
7bd8cfb813e9bd19cebda92b280beb2deaf052d4
cmake
/
Tests
/
CompileFeatures
/
cxx_lambdas.cpp
T
Stephen Kelly
15cdf6f51d
Features: Add cxx_lambdas.
2014-04-08 11:05:55 +02:00
6 lines
33 B
C++
Raw
Blame
History
void
someFunc
()
{
[](){}();
}
View Git Blame
Copy Permalink