Opened 12 years ago
Closed 12 years ago
#4198 closed Bugs (fixed)
Double closing angle bracket in minmax documentation
Reported by: | 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)
Change History (2)
by , 12 years ago
Attachment: | minmax-doc-fix.diff added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [61856]) Remove duplicate closing angle brackets. Fixes #4198