summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2018-03-19 20:42:25 (GMT)
committerRolf Eike Beer <eike@sf-mail.de>2018-04-03 18:56:28 (GMT)
commitf38d05023125803d42a6535dfc11c6de4041e28d (patch)
tree05f179a499a331dfba8bcdecb9f4dba915dda32c /Help/release
parent561238bb6f07a5ab31293928bd98f6f8911d8bc1 (diff)
downloadCMake-f38d05023125803d42a6535dfc11c6de4041e28d.zip
CMake-f38d05023125803d42a6535dfc11c6de4041e28d.tar.gz
CMake-f38d05023125803d42a6535dfc11c6de4041e28d.tar.bz2
WCDH: introduce BARE_FEATURES
This allows defining compat versions of some C/C++ features with the name of the keyword itself, so all code can look as if it was written for the new language standard.
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/wcdh-raw-features.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/wcdh-raw-features.rst b/Help/release/dev/wcdh-raw-features.rst
new file mode 100644
index 0000000..bdc7b62
--- /dev/null
+++ b/Help/release/dev/wcdh-raw-features.rst
@@ -0,0 +1,6 @@
+wcdh-raw-features
+-----------------
+
+* The :module:`WriteCompilerDetectionHeader` module now supports the
+ ``BARE_FEATURES`` argument which allows to add a compatibility define for
+ the exact keyword of a new language feature.