[Boost-bugs] [Boost C++ Libraries] #5458: typo document : is_virtual_base_of

Subject: [Boost-bugs] [Boost C++ Libraries] #5458: typo document : is_virtual_base_of
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-04-12 13:28:42


#5458: typo document : is_virtual_base_of
-------------------------------------------------------+--------------------
 Reporter: Akira Takahashi <faithandbrave@…> | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: type_traits
  Version: Boost 1.47.0 | Severity: Problem
 Keywords: |
-------------------------------------------------------+--------------------
 http://www.boost.org/doc/libs/1_46_1/libs/type_traits/doc/html/boost_typetraits/reference/is_virtual_base_of.html

 this rows is same.
 {{{
 is_virtual_base_of<Base, Derived>::value is an integral constant
 expression that evaluates to true.
 is_virtual_base_of<Base, Derived>::value is an integral constant
 expression that evaluates to true.
 }}}

 should be:
 {{{
 is_virtual_base_of<Base, Derived>::value is an integral constant
 expression that evaluates to true.
 is_virtual_base_of<Base, Base>::value is an integral constant expression
 that evaluates to true.
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5458>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:06 UTC