summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-04 08:56:09 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:56 (GMT)
commit04c5b99f38aef9a5c9627c35659891aecd8ab41e (patch)
tree9fd56d7501df6fd2935e090f331ca7af84f3b5fc /Source
parente1e292cd069bf811b0635088539aace0f0eeaf68 (diff)
downloadCMake-04c5b99f38aef9a5c9627c35659891aecd8ab41e.zip
CMake-04c5b99f38aef9a5c9627c35659891aecd8ab41e.tar.gz
CMake-04c5b99f38aef9a5c9627c35659891aecd8ab41e.tar.bz2
Features: Add cxx_user_literals.
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 fc89d8e..bcd192d 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -64,6 +64,7 @@
F(cxx_static_assert) \
F(cxx_strong_enums) \
F(cxx_trailing_return_types) \
+ F(cxx_user_literals) \
F(cxx_variadic_templates)
class cmMakefile::Internals