mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 17:18:37 -05:00
Features: Add support for C++14 features.
Record the features implemented by GNU 4.9 and Clang 3.4.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
int someFunc()
|
||||
{
|
||||
int a = 0;
|
||||
return [b = static_cast<int&&>(a)]() { return b; }();
|
||||
}
|
||||
Reference in New Issue
Block a user