[Boost-bugs] [Boost C++ Libraries] #3202: is_same documentation error

Subject: [Boost-bugs] [Boost C++ Libraries] #3202: is_same documentation error
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-06-22 05:28:59


#3202: is_same documentation error
-----------------------------------------------------------+----------------
 Reporter: Agustín K-ballo Bergé <kaballo86@…> | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: Boost 1.40.0 | Component: type_traits
  Version: Boost 1.39.0 | Severity: Not Applicable
 Keywords: TypeTraits is_same documentation |
-----------------------------------------------------------+----------------
 TypeTraits is_same documentation shows the following example:

 {{{
 is_same<T>::value_type is the type bool.
 }}}

 Since is_same expects two arguments, this should be:

 {{{
 is_same<T,U>::value_type is the type bool.
 }}}

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