diff --git a/doc/ratio.qbk b/doc/ratio.qbk index 644ed60..bf3ae0b 100644 --- a/doc/ratio.qbk +++ b/doc/ratio.qbk @@ -697,7 +697,7 @@ When __BOOST_RATIO_VERSION is 2 __BOOST_RATIO_DONT_PROVIDE_DEPRECATED_FEATURES_S [endsect] [section:assert Static Assert] -When BOOST_NO_STATIC_ASSERT is defined, the user can select the way static assertions are reported. Define +When BOOST_NO_CXX11_STATIC_ASSERT is defined, the user can select the way static assertions are reported. Define * __BOOST_RATIO_USES_STATIC_ASSERT to use Boost.StaticAssert. * __BOOST_RATIO_USES_MPL_ASSERT to use [*Boost.MPL] static assertions.