From fb25143685df32ed91b84da9fb7f2e821ed7daaf Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Fri, 26 Mar 2021 07:11:32 +0100 Subject: Changed cpque declaration to using_cpque(X, Value, valueCompare), and valueCompare optional: more consistent with STC conventions. --- benchmarks/cpque_benchmark.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks/cpque_benchmark.cpp') diff --git a/benchmarks/cpque_benchmark.cpp b/benchmarks/cpque_benchmark.cpp index d3c00803..c8d327ff 100644 --- a/benchmarks/cpque_benchmark.cpp +++ b/benchmarks/cpque_benchmark.cpp @@ -5,7 +5,7 @@ #include using_cvec(f, float); -using_cpque(f, cvec_f, >); +using_cpque(f, cvec_f, -c_default_compare); int main() { -- cgit v1.2.3