yap/doc/configuration.qbk
Zach Laine 2adaeb8813 Remove customization point-based and their implicit tranformations,
evaluate_as(), and BOOST_YAP_CONVERSION_OPERATOR_TEMPLATE.

Fixes #29
Fixes #30
2018-02-14 20:32:00 -06:00

9 lines
312 B
Plaintext

[section Configuration]
_no_constexpr_if_m_ is a macro that indicates whether the compiler has support
for constexpr if. It defaults to no. Define it to be a nonzero value if your
compiler has constexpr if support. Note that this is a temporary hack; this
should eventually be a Boost-wide macro.
[endsect]