Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3800 closed Bugs (fixed)

Repeated Example in boost::type_traits::is_base_of

Reported by: Alfred Rossi <alfredr@…> Owned by: John Maddock
Milestone: Boost 1.42.0 Component: type_traits
Version: Boost 1.41.0 Severity: Cosmetic
Keywords: Cc:

Description

This line appears twice in the documentation of boost::type_traits::is_base_of (i.e. in is_base_of.qbk):

[:is_base_of<Base, Derived>::value is an integral constant expression that evaluates to /true/.]

I suspect that it was meant to say

[:is_base_of<Derived, Derived>::value is an integral constant expression that evaluates to /true/.]

Change History (3)

comment:1 by Steven Watanabe, 13 years ago

Component: Documentationtype_traits
Owner: changed from Matias Capeletto to John Maddock

comment:2 by John Maddock, 13 years ago

Resolution: fixed
Status: newclosed

(In [58595]) Fixes #3800.

comment:3 by John Maddock, 13 years ago

(In [58597]) Fixes #3800.

Note: See TracTickets for help on using tickets.