From a0f7b67145b0e943501f8840b6901288ef4890bc Mon Sep 17 00:00:00 2001 From: Beman Date: Mon, 4 May 2015 09:37:42 -0400 Subject: [PATCH] Add missing BOOST_NO_CXX11_NUMERIC_LIMITS macro reference doc entry --- doc/html/boost_config/boost_macro_reference.html | 13 +++++++++++++ doc/html/index.html | 2 +- doc/macro_reference.qbk | 3 +++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index 69a16066..b2603156 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -2960,6 +2960,19 @@ + +

+ BOOST_NO_CXX11_NUMERIC_LIMITS +

+ + +

+ The standard library <limits> + header does not support the C++11 version of numeric_limits. +

+ + +

BOOST_NO_CXX11_RANGE_BASED_FOR diff --git a/doc/html/index.html b/doc/html/index.html index a128e667..0163fc8a 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -988,7 +988,7 @@ - +

Last revised: October 21, 2014 at 11:37:59 GMT

Last revised: May 04, 2015 at 13:34:36 GMT


diff --git a/doc/macro_reference.qbk b/doc/macro_reference.qbk index cd652ea3..9851a83d 100644 --- a/doc/macro_reference.qbk +++ b/doc/macro_reference.qbk @@ -670,6 +670,9 @@ compilers implementing an early draft of the C++11 standard (in particular, inco ]] [[`BOOST_NO_CXX11_NULLPTR`][The compiler does not support `nullptr`. ]] +[[`BOOST_NO_CXX11_NUMERIC_LIMITS`][The standard library `` header does +not support the C++11 version of `numeric_limits`. +]] [[`BOOST_NO_CXX11_RANGE_BASED_FOR`][The compiler does not support range-based for statements. ]]