forked from boostorg/utility
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