diff --git a/doc/html/boost_typetraits/background.html b/doc/html/boost_typetraits/background.html index 2585545..add632a 100644 --- a/doc/html/boost_typetraits/background.html +++ b/doc/html/boost_typetraits/background.html @@ -57,7 +57,7 @@ method available to them.
@@ -85,7 +85,7 @@ given.
@@ -175,7 +175,7 @@ in the default template.
@@ -248,7 +248,7 @@ otherwise it will call the "slow but safe version".
@@ -598,7 +598,7 @@ easier to maintain and easier to understand.
@@ -611,7 +611,7 @@ can be optimal as well as generic.
@@ -619,7 +619,7 @@ comments when preparing this article.
@@ -139,7 +139,7 @@ This is a very useful and broadly applicable utility.
+
There are a small number of cases where it's simply not possible for this trait to work, and where attempting to instantiate the trait will cause - compiler errors (see bug report #3730). + compiler errors (see bug report #3730). Further more the issues may well be compiler specific. In this situation the user should supply a full specialization of the trait to work around - the problem. -
-- Examples: -
-
- [:Given: class Base{}; class Derived : public virtual
- Base{};
-
+ Examples: +
++ Given:
class Base{}; class Derived : public virtual + Base{};
+
is_virtual_base_of<Base, Derived>
inherits fromtrue_type
. diff --git a/doc/html/index.html b/doc/html/index.html index 8df9c0e..06eee07 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -31,7 +31,7 @@ Marcus, Itay Maman, John Maddock, Alexander Nasonov, Thorsten Ottosen, Robert Ramey and Jeremy Siek
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)
diff --git a/doc/html/index/s11.html b/doc/html/index/s11.html index 982785e..a875e7d 100644 --- a/doc/html/index/s11.html +++ b/doc/html/index/s11.html @@ -25,7 +25,7 @@