Borland workaround

[SVN r19157]
This commit is contained in:
Dave Abrahams 2003-07-16 19:10:34 +00:00
parent f1aff5670c
commit 52d3120528

View File

@ -98,7 +98,7 @@ template <class T>
void sort_by_value(T& x);
template <class T>
void sort_by_value_(T& v, ...)
void sort_by_value_(T& v, long)
{
std::sort(v.begin(), v.end(), cmp());
}