From 52d312052858e645ee537ccc3a11d50f1348ed90 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 16 Jul 2003 19:10:34 +0000 Subject: [PATCH] Borland workaround [SVN r19157] --- binary_search_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary_search_test.cpp b/binary_search_test.cpp index ddad61a..7fece46 100644 --- a/binary_search_test.cpp +++ b/binary_search_test.cpp @@ -98,7 +98,7 @@ template void sort_by_value(T& x); template -void sort_by_value_(T& v, ...) +void sort_by_value_(T& v, long) { std::sort(v.begin(), v.end(), cmp()); }