diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-02 22:08:49 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:54 (GMT) |
commit | 7e748417bc8e06caa8eb0b6a6258b7d24cc22bfb (patch) | |
tree | bacca715b7a1c49ecb6c851acb451755c256ab9c /Source | |
parent | 8d3467636c4fad32c25390244a62e58e068c33ad (diff) | |
download | CMake-7e748417bc8e06caa8eb0b6a6258b7d24cc22bfb.zip CMake-7e748417bc8e06caa8eb0b6a6258b7d24cc22bfb.tar.gz CMake-7e748417bc8e06caa8eb0b6a6258b7d24cc22bfb.tar.bz2 |
Features: Add cxx_decltype.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmMakefile.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 12d88e4..6ce3c16 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -44,6 +44,7 @@ #define FOR_EACH_CXX_FEATURE(F) \ F(cxx_auto_type) \ F(cxx_constexpr) \ + F(cxx_decltype) \ F(cxx_delegating_constructors) \ F(cxx_final) \ F(cxx_override) \ |