X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Ftype_traits%2Fdoc%2Fhtml%2Fboost_typetraits%2Freference%2Fis_base_of.html;h=3c91f8d281602f3964f8a826f0dbbeac68ba4173;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=3c3d96f24c83717830b927793428606ce7004593;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/libs/type_traits/doc/html/boost_typetraits/reference/is_base_of.html b/libs/type_traits/doc/html/boost_typetraits/reference/is_base_of.html index 3c3d96f..3c91f8d 100644 --- a/libs/type_traits/doc/html/boost_typetraits/reference/is_base_of.html +++ b/libs/type_traits/doc/html/boost_typetraits/reference/is_base_of.html @@ -3,7 +3,7 @@ is_base_of - + @@ -22,7 +22,7 @@
PrevUpHomeNext
-
+
@@ -36,6 +36,9 @@

This template will detect non-public base classes, and ambiguous base classes. + It also detects indirect base classes - which is to say is_base_of<B, + D> inherits from true_type + if B is located anywhere in the inheritance tree of D.

Note that is_base_of<X,X> will inherit from true_type