diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-04 07:25:46 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:55 (GMT) |
commit | b1c5bd531417b74ddb2cb4365c49f0723c7a8e75 (patch) | |
tree | 620469902ddb8409680c00707230962a67678539 /Source | |
parent | ea9c445f066589067992694cb6abc0d70ad97dd7 (diff) | |
download | CMake-b1c5bd531417b74ddb2cb4365c49f0723c7a8e75.zip CMake-b1c5bd531417b74ddb2cb4365c49f0723c7a8e75.tar.gz CMake-b1c5bd531417b74ddb2cb4365c49f0723c7a8e75.tar.bz2 |
Features: Add cxx_reference_qualified_functions.
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 2a10f1e..0cca2d6 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -58,6 +58,7 @@ F(cxx_override) \ F(cxx_range_for) \ F(cxx_raw_string_literals) \ + F(cxx_reference_qualified_functions) \ F(cxx_static_assert) \ F(cxx_strong_enums) \ F(cxx_trailing_return_types) \ |