mirror of
https://github.com/boostorg/utility.git
synced 2025-10-11 08:05:21 +02:00
Borland workaround
[SVN r19157]
This commit is contained in:
@@ -98,7 +98,7 @@ template <class T>
|
|||||||
void sort_by_value(T& x);
|
void sort_by_value(T& x);
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
void sort_by_value_(T& v, ...)
|
void sort_by_value_(T& v, long)
|
||||||
{
|
{
|
||||||
std::sort(v.begin(), v.end(), cmp());
|
std::sort(v.begin(), v.end(), cmp());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user