mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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.
7 lines
229 B
ReStructuredText
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.
|