diff options
| author | Tyge Løvset <[email protected]> | 2021-01-21 08:26:54 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-01-21 08:26:54 +0100 |
| commit | 50da396d04714a18fa087ebbd1f2316958dbd6bd (patch) | |
| tree | 0349909bf35183e2eced05ca0d3ce909f700c23e /benchmarks/vector_vs_deque.cpp | |
| parent | 9473eae780011ef520066ddcd36bb555e8e616e4 (diff) | |
| download | STC-modified-50da396d04714a18fa087ebbd1f2316958dbd6bd.tar.gz STC-modified-50da396d04714a18fa087ebbd1f2316958dbd6bd.zip | |
Reverted namings: crand to crandom, and copt to coption.
Diffstat (limited to 'benchmarks/vector_vs_deque.cpp')
| -rw-r--r-- | benchmarks/vector_vs_deque.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/vector_vs_deque.cpp b/benchmarks/vector_vs_deque.cpp index c9e612f2..a488b7ab 100644 --- a/benchmarks/vector_vs_deque.cpp +++ b/benchmarks/vector_vs_deque.cpp @@ -8,7 +8,7 @@ #include <stc/cvec.h>
#include <stc/cdeq.h>
#include <stc/cstr.h>
-#include <stc/crand.h>
+#include <stc/crandom.h>
typedef struct {const char* first; int second;} Si;
using_cvec(si, Si, c_no_compare);
|
