This commit is contained in:
Daniel Lemire 2020-10-19 17:30:52 -04:00
parent 0a907ec694
commit 3e8e797bc2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ void print_vec(const std::vector<int64_t> &v) {
// clang-format off
// simdjson_recurse below come be implemented like so but it is slow:
// simdjson_recurse below can be implemented like so but it is slow:
/*void simdjson_recurse(std::vector<int64_t> & v, simdjson::dom::element element) {
error_code error;
if (element.is_array()) {