[Boost-bugs] [Boost C++ Libraries] #8785: Typo in documentation for common_type

Subject: [Boost-bugs] [Boost C++ Libraries] #8785: Typo in documentation for common_type
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-07-05 20:49:13


#8785: Typo in documentation for common_type
------------------------------+---------------------------
 Reporter: jmsaunders@… | Owner: matias
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: Documentation
  Version: Boost 1.54.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------
 In the documentation for common_type,
 http://www.boost.org/doc/libs/1_54_0/libs/type_traits/doc/html/boost_typetraits/examples/improved_min.html

 I believe:
 {{{#!c++
 template <class T, class U>
 typename common_type<T, U>::type min(T t, T u)
 }}}
 should be:
 {{{#!c++
 template <class T, class U>
 typename common_type<T, U>::type min(T t, U u)
 }}}

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