2
0
mirror of https://github.com/boostorg/ratio.git synced 2026-02-26 17:02:15 +00:00

Merge pull request #3 from mclow/develop

Remove use of deprecated macros in documentation
This commit is contained in:
Vicente J. Botet Escriba
2015-09-12 08:50:50 +02:00

View File

@@ -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.