Subject: [Boost-bugs] [Boost C++ Libraries] #4198: Double closing angle bracket in minmax documentation
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-05-06 17:13:22
#4198: Double closing angle bracket in minmax documentation
-------------------------------------+--------------------------------------
Reporter: sorokin@⦠| Owner: matias
Type: Bugs | Status: new
Milestone: Boost 1.44.0 | Component: Documentation
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------------
This code in libs/algorithm/minmax/index.html is not a valid C++ code:
template <class T>
tuple<T const&, T const&> >
minmax(const T& a, const T& b);
template <class T, class BinaryPredicate>
tuple<T const&, T const&> >
minmax(const T& a, const T& b, BinaryPredicate comp);
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4198> 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:03 UTC