summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-02 22:12:02 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:54 (GMT)
commit91f3699000084804100a782e93509a3a53adc2a8 (patch)
tree64a53cffb3ae4c3be7d7049a2b99c327c33da73b /Source
parent7e748417bc8e06caa8eb0b6a6258b7d24cc22bfb (diff)
downloadCMake-91f3699000084804100a782e93509a3a53adc2a8.zip
CMake-91f3699000084804100a782e93509a3a53adc2a8.tar.gz
CMake-91f3699000084804100a782e93509a3a53adc2a8.tar.bz2
Features: Add cxx_defaulted_functions.
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 6ce3c16..c7c98aa 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -45,6 +45,7 @@
F(cxx_auto_type) \
F(cxx_constexpr) \
F(cxx_decltype) \
+ F(cxx_defaulted_functions) \
F(cxx_delegating_constructors) \
F(cxx_final) \
F(cxx_override) \