configuration.qbk 312 B

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