summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-06 08:17:15 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:57 (GMT)
commit9a49fd21bedacdda51ecfa82a15a0e52dd64948f (patch)
treee96a14650a1088088c4f8c14e6249e785a58f926 /Source/cmMakefile.cxx
parent1889045ca672e295c18203401c27a9e62ff45424 (diff)
downloadCMake-9a49fd21bedacdda51ecfa82a15a0e52dd64948f.zip
CMake-9a49fd21bedacdda51ecfa82a15a0e52dd64948f.tar.gz
CMake-9a49fd21bedacdda51ecfa82a15a0e52dd64948f.tar.bz2
Features: Add cxx_decltype_incomplete_return_types.
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 58c874d..8ae07b1 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -49,6 +49,7 @@
F(cxx_auto_type) \
F(cxx_constexpr) \
F(cxx_decltype) \
+ F(cxx_decltype_incomplete_return_types) \
F(cxx_defaulted_functions) \
F(cxx_delegating_constructors) \
F(cxx_deleted_functions) \