summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-04 08:50:41 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:56 (GMT)
commite1e292cd069bf811b0635088539aace0f0eeaf68 (patch)
treee01d0fe9bfd01ee35f3bfcc1bfe2dfc62d994827 /Source
parent3300f783104b89c00bde1904e5528e9564c479a2 (diff)
downloadCMake-e1e292cd069bf811b0635088539aace0f0eeaf68.zip
CMake-e1e292cd069bf811b0635088539aace0f0eeaf68.tar.gz
CMake-e1e292cd069bf811b0635088539aace0f0eeaf68.tar.bz2
Features: Add cxx_alias_templates.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index d632db6..fc89d8e 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -42,6 +42,7 @@
#include <assert.h>
#define FOR_EACH_CXX_FEATURE(F) \
+ F(cxx_alias_templates) \
F(cxx_auto_type) \
F(cxx_constexpr) \
F(cxx_decltype) \