[Boost-bugs] [Boost C++ Libraries] #5461: mistake document : boost::conditional include by boost/type_traits.hpp

Subject: [Boost-bugs] [Boost C++ Libraries] #5461: mistake document : boost::conditional include by boost/type_traits.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-04-12 14:16:43


#5461: mistake document : boost::conditional include by boost/type_traits.hpp
-------------------------------------------------------+--------------------
 Reporter: Akira Takahashi <faithandbrave@…> | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: type_traits
  Version: Boost 1.46.1 | Severity: Problem
 Keywords: |
-------------------------------------------------------+--------------------
 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.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5461>
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