blob: c0b7377f58e4706973ef555424da7b3fe4fcf098 (
plain)
1
2
3
4
5
6
7
8
|
WCDH_allow_unsupported
----------------------
* The :module:`WriteCompilerDetectionHeader` module gained the
``ALLOW_UNKNOWN_COMPILERS`` and ``ALLOW_UNKNOWN_COMPILER_VERSIONS`` options
that allow creation of headers that will work also with unknown or old
compilers by simply assuming they do not support any of the requested
features.
|