From f9dfdfd2e88f1a9bddf59ea58025ca1f95c2682a Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 13 May 2023 17:32:26 +0300 Subject: [PATCH] Document the deprecation of BOOST_RATIO_EXTENSIONS --- doc/.gitignore | 2 ++ doc/ratio.qbk | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 doc/.gitignore diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..0972e2d --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,2 @@ +/html/ +/pdf/ diff --git a/doc/ratio.qbk b/doc/ratio.qbk index bf3ae0b..629b792 100644 --- a/doc/ratio.qbk +++ b/doc/ratio.qbk @@ -678,6 +678,9 @@ Finally, we can exercise what we've created, even using custom time durations (` When __BOOST_RATIO_EXTENSIONS is defined, __Boost_Ratio provides in addition some extension to the C++ standard, see below. +[note Support for `BOOST_RATIO_EXTENSIONS` is deprecated and will eventually be removed when Boost.Ratio is +implemented in terms of the standard C++11 `` header.] + [endsect] [section:deprecated Deprecated]