Files
CMake/Help/release/dev/wcdh-raw-features.rst
Rolf Eike Beer f38d050231 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.
2018-04-03 20:56:28 +02:00

7 lines
229 B
ReStructuredText

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.