mirror of
https://github.com/boostorg/algorithm.git
synced 2025-10-06 21:00:54 +02:00
Compare commits
3 Commits
boost-1.89
...
boost-1.33
Author | SHA1 | Date | |
---|---|---|---|
|
c1850cfe6e | ||
|
5af41051f0 | ||
|
6c5f2a8d33 |
@@ -95,7 +95,7 @@ namespace boost {
|
||||
tuple<T const&, T const&> >
|
||||
minmax(const T& a, const T& b);
|
||||
|
||||
template <class T, class <a href="http://www.sgi.com/tech/stl/ BinaryPredicate.html">BinaryPredicate</a>>
|
||||
template <class T, class <a href="http://www.sgi.com/tech/stl/BinaryPredicate.html">BinaryPredicate</a>>
|
||||
tuple<T const&, T const&> >
|
||||
minmax(const T& a, const T& b, BinaryPredicate comp);
|
||||
|
||||
|
Reference in New Issue
Block a user