mirror of
https://github.com/boostorg/utility.git
synced 2025-05-11 13:24:02 +00:00
Borland workaround
[SVN r19157]
This commit is contained in:
parent
f1aff5670c
commit
52d3120528
@ -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());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user