• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[section Configuration]
2
3_no_constexpr_if_m_ is a macro that indicates whether the compiler has support
4for constexpr if.  It defaults to no.  Define it to be a nonzero value if your
5compiler has constexpr if support.  Note that this is a temporary hack; this
6should eventually be a Boost-wide macro.
7
8[endsect]
9