diff options
| author | Tyge Løvset <[email protected]> | 2021-03-26 07:11:32 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-03-26 07:11:32 +0100 |
| commit | fb25143685df32ed91b84da9fb7f2e821ed7daaf (patch) | |
| tree | 7fcb97dfc473a3aa90e1bb1a15d869c937f80e2d /benchmarks | |
| parent | 99bb129812e6fb830a05dd7f789987ba11f69b96 (diff) | |
| download | STC-modified-fb25143685df32ed91b84da9fb7f2e821ed7daaf.tar.gz STC-modified-fb25143685df32ed91b84da9fb7f2e821ed7daaf.zip | |
Changed cpque declaration to using_cpque(X, Value, valueCompare), and valueCompare optional: more consistent with STC conventions.
Diffstat (limited to 'benchmarks')
| -rw-r--r-- | benchmarks/cpque_benchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stc/cpque.h>
using_cvec(f, float);
-using_cpque(f, cvec_f, >);
+using_cpque(f, cvec_f, -c_default_compare);
int main()
{
|
