Opened 12 years ago

Closed 12 years ago

#4198 closed Bugs (fixed)

Double closing angle bracket in minmax documentation

Reported by: sorokin@… Owned by: Matias Capeletto
Milestone: Boost 1.44.0 Component: Documentation
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

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);

Attachments (1)

minmax-doc-fix.diff (703 bytes ) - added by sorokin@… 12 years ago.

Download all attachments as: .zip

Change History (2)

by sorokin@…, 12 years ago

Attachment: minmax-doc-fix.diff added

comment:1 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

(In [61856]) Remove duplicate closing angle brackets. Fixes #4198

Note: See TracTickets for help on using tickets.