Opened 12 years ago

Closed 12 years ago

#5461 closed Bugs (fixed)

mistake document : boost::conditional include by boost/type_traits.hpp

Reported by: Akira Takahashi <faithandbrave@…> Owned by: John Maddock
Milestone: To Be Determined Component: type_traits
Version: Boost 1.46.1 Severity: Problem
Keywords: Cc:

Description

http://www.boost.org/doc/libs/1_46_1/libs/type_traits/doc/html/boost_typetraits/reference/common_type.html

#include <boost/type_traits/common_type.hpp>

should be

Header: #include <boost/type_traits/common_type.hpp> or #include
<boost/type_traits.hpp>

<boost/type_traits/common_type.hpp> exists in the boost/type_traits.hpp header.

Change History (2)

comment:1 by anonymous, 12 years ago

Many thanks for spotting all these typos (and reporting them!)

comment:2 by John Maddock, 12 years ago

Resolution: fixed
Status: newclosed

(In [71222]) Fix misc typos and regenerate docs. Fixes #5457. Fixes #5458. Fixes #5459. Fixes #5460. Fixes #5461.

Note: See TracTickets for help on using tickets.