Skip to content

Commit dd02b89

Browse files
committed
Use ::stage2 where it's needed
1 parent 5e2a5a3 commit dd02b89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

benchmark/partial_tweets/sax_tweet_reader_visitor.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
namespace partial_tweets {
88

9+
using namespace simdjson;
10+
using namespace SIMDJSON_IMPLEMENTATION;
11+
using namespace SIMDJSON_IMPLEMENTATION::stage2;
12+
913
struct sax_tweet_reader_visitor {
1014
public:
1115
simdjson_really_inline sax_tweet_reader_visitor(std::vector<tweet> &tweets, uint8_t *string_buf);

0 commit comments

Comments
 (0)