From bfb52844b25af008d3fd109b154cae02edff2884 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Fri, 11 Sep 2015 15:22:12 -0700 Subject: [PATCH] Remove use of deprecated macros in documentation --- doc/ratio.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.