diff --git a/doc/html/boost_config/acknowledgements.html b/doc/html/boost_config/acknowledgements.html index b2104e94..a1c5517b 100644 --- a/doc/html/boost_config/acknowledgements.html +++ b/doc/html/boost_config/acknowledgements.html @@ -3,8 +3,8 @@
Beman Dawes provided the original config.hpp
and
part of this document.
- Vesa Karvonen provided a description of the principles (see rationale) + Vesa Karvonen provided a description of the principles (see rationale) and put together an early version of the current configuration setup.
diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index eed14728..4fef764e 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -3,8 +3,8 @@
@@ -1258,7 +1258,7 @@
@@ -2166,7 +2166,7 @@
@@ -2207,7 +2207,7 @@
@@ -2218,7 +2218,6 @@
char16_t
.
-char32_t
.
constexpr
.
decltype
.
The compiler does not support defaulted (=
- default
) functions. [[BOOST_NO_DELETED_FUNCTIONS
+ default) functions.
+
+ BOOST_NO_DELETED_FUNCTIONS
explicit template
).
enum class
).
static_assert
.
The compiler does not support Unicode (u8
,
- u
, U#) literals.
- ]] [[
BOOST_NO_VARIADIC_TEMPLATES`
+ u
, U
) literals.
+
+ BOOST_NO_VARIADIC_TEMPLATES
@@ -2718,7 +2718,7 @@
@@ -2957,7 +2957,7 @@
@@ -3032,7 +3032,7 @@
diff --git a/doc/html/boost_config/guidelines_for_boost_authors.html b/doc/html/boost_config/guidelines_for_boost_authors.html index b2297d96..17a76c72 100644 --- a/doc/html/boost_config/guidelines_for_boost_authors.html +++ b/doc/html/boost_config/guidelines_for_boost_authors.html @@ -3,8 +3,8 @@
@@ -184,7 +184,7 @@
@@ -283,7 +283,7 @@
@@ -307,7 +307,7 @@
diff --git a/doc/html/boost_config/rationale.html b/doc/html/boost_config/rationale.html index 499cac66..fe45071e 100644 --- a/doc/html/boost_config/rationale.html +++ b/doc/html/boost_config/rationale.html @@ -3,8 +3,8 @@
Consider a situation in which you are concurrently developing on multiple @@ -104,7 +104,7 @@
The approach taken by boost's configuration headers is to separate configuration diff --git a/doc/html/index.html b/doc/html/index.html index 71219b45..7dac8d1b 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -3,8 +3,8 @@
Copyright © 2001 -2007 Beman Dawes, Vesa Karvonen, John Maddock
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -94,7 +94,7 @@@@ -137,7 +137,7 @@
@@ -152,10 +152,10 @@ them usable by both Boost library and user code.
- Boost informational or helper + Boost informational or helper macros are designed for use by Boost users as well as for our own internal - use. Note however, that the feature test - and defect test macros were designed + use. Note however, that the feature test + and defect test macros were designed for internal use by Boost libraries, not user code, so they can change at any time (though no gratuitous changes are made to them). Boost library problems resulting from changes to the configuration macros are caught by the Boost @@ -170,7 +170,7 @@
Last revised: October 27, 2008 at 16:15:55 GMT |
+Last revised: November 20, 2008 at 16:52:46 GMT |