From 6e5d232cccae7fa20b30dbbd7df18a74779dfd0d Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Sat, 16 Jan 2021 02:50:55 +0000 Subject: [PATCH] Fixing forgotten namespace. --- benchmark/top_tweet/simdjson_ondemand.h | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark/top_tweet/simdjson_ondemand.h b/benchmark/top_tweet/simdjson_ondemand.h index 10943df86..7aaa1ac4e 100644 --- a/benchmark/top_tweet/simdjson_ondemand.h +++ b/benchmark/top_tweet/simdjson_ondemand.h @@ -7,7 +7,6 @@ namespace top_tweet { using namespace simdjson; -using namespace simdjson::builtin; struct simdjson_ondemand { using StringType=std::string_view;