Blame view

3rdparty/boost_1_81_0/libs/yap/doc/configuration.qbk 312 Bytes
73ef4ff3   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
  [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]