diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index 5c39fd61..3240ba59 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -93,7 +93,7 @@
- The compiler exibits certain partial specialisation bug - probably + The compiler exhibits certain partial specialisation bug - probably Borland C++ Builder specific.
The library has a TR1 conforming version of <array>
.
+ This macro is only guaranteed to be defined after including one
+ of the headers from Boost.TR1. Further this macro is now deprecated
+ in favour of BOOST_NO_CXX11_HDR_ARRAY.
- The library has TR1 conforming reference wrappers in <functional>
.
+ The library has TR1 conforming reference wrappers in <functional>
. This macro is only guaranteed
+ to be defined after including one of the headers from Boost.TR1.
+ Further this macro is now deprecated in favour of BOOST_NO_CXX11_HDR_FUNCTIONAL.
- The library has a TR1 conforming result_of template in <functional>
.
+ The library has a TR1 conforming result_of template in <functional>
. This macro is only guaranteed
+ to be defined after including one of the headers from Boost.TR1.
+ Further this macro is now deprecated in favour of BOOST_NO_CXX11_HDR_FUNCTIONAL.
- The library has a TR1 conforming mem_fn function template in <functional>
.
+ The library has a TR1 conforming mem_fn function template in <functional>
. This macro is only guaranteed
+ to be defined after including one of the headers from Boost.TR1.
+ Further this macro is now deprecated in favour of BOOST_NO_CXX11_HDR_FUNCTIONAL.
- The library has a TR1 conforming bind function template in <functional>
.
+ The library has a TR1 conforming bind function template in <functional>
. This macro is only guaranteed
+ to be defined after including one of the headers from Boost.TR1.
+ Further this macro is now deprecated in favour of BOOST_NO_CXX11_HDR_FUNCTIONAL.
- The library has a TR1 conforming function class template in <functional>
.
+ The library has a TR1 conforming function class template in <functional>
. This macro is only guaranteed
+ to be defined after including one of the headers from Boost.TR1.
+ Further this macro is now deprecated in favour of BOOST_NO_CXX11_HDR_FUNCTIONAL.
- The library has a TR1 conforming hash function template in <functional>
.
+ The library has a TR1 conforming hash function template in <functional>
. This macro is only guaranteed
+ to be defined after including one of the headers from Boost.TR1.
+ Further this macro is now deprecated in favour of BOOST_NO_CXX11_HDR_FUNCTIONAL.
The library has a TR1 conforming shared_ptr
class template in <memory>
.
+ This macro is only guaranteed to be defined after including one
+ of the headers from Boost.TR1. Further this macro is now deprecated
+ in favour of BOOST_NO_CXX11_SMART_PTR.
The library has a TR1 conforming version of <random>
.
+ This macro is only guaranteed to be defined after including one
+ of the headers from Boost.TR1. Further this macro is now deprecated
+ in favour of BOOST_NO_CXX11_HDR_RANDOM.
The library has a TR1 conforming version of <regex>
.
+ This macro is only guaranteed to be defined after including one
+ of the headers from Boost.TR1. Further this macro is now deprecated
+ in favour of BOOST_NO_CXX11_HDR_REGEX.
The library has a TR1 conforming version of <tuple>
.
+ This macro is only guaranteed to be defined after including one
+ of the headers from Boost.TR1. Further this macro is now deprecated
+ in favour of BOOST_NO_CXX11_HDR_TUPLE.
The library has a TR1 conforming version of <type_traits>
.
+ This macro is only guaranteed to be defined after including one
+ of the headers from Boost.TR1. Further this macro is now deprecated
+ in favour of BOOST_NO_CXX11_HDR_TYPE_TRAITS.
The library has the TR1 additions to <utility>
(tuple interface to std::pair
).
+ This macro is only guaranteed to be defined after including one
+ of the headers from Boost.TR1. Further this macro is now deprecated
+ in favour of BOOST_NO_CXX11_HDR_TUPLE.
The library has a TR1 conforming version of <unordered_map>
.
+ This macro is only guaranteed to be defined after including one
+ of the headers from Boost.TR1. Further this macro is now deprecated
+ in favour of BOOST_NO_CXX11_HDR_UNORDERED_MAP.
The library has a TR1 conforming version of <unordered_set>
.
+ This macro is only guaranteed to be defined after including one
+ of the headers from Boost.TR1. Further this macro is now deprecated
+ in favour of BOOST_NO_CXX11_HDR_UNORDERED_SET.
+ BOOST_GCC
+
+ <boost/config.hpp>
+
+ Defined if the compiler is really GCC, as opposed to one of the
+ many other compilers that also define __GNUC__
.
+ Has the value: __GNUC__
+ * 10000
+ + __GNUC_MINOR__
+ * 100
+ + __GNUC_PATCHLEVEL__
.
+
BOOST_INTEL
diff --git a/doc/html/index.html b/doc/html/index.html
index 7bfddf23..bdf89c1b 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -951,7 +951,7 @@
Last revised: January 17, 2013 at 02:10:17 GMT |
+Last revised: February 19, 2013 at 16:25:18 GMT |