#3800 closed Bugs (fixed)
Repeated Example in boost::type_traits::is_base_of
Reported by: | 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 , 13 years ago
Component: | Documentation → type_traits |
---|---|
Owner: | changed from | to
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [58595]) Fixes #3800.