mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
namespace { -> unnamed namespace
This commit is contained in:
@@ -70,7 +70,7 @@ really_inline simd8<bool> must_be_2_3_continuation(const simd8<uint8_t> prev2, c
|
||||
}
|
||||
|
||||
} // namespace SIMDJSON_IMPLEMENTATION
|
||||
} // namespace {
|
||||
} // unnamed namespace
|
||||
|
||||
#include "generic/stage1/utf8_lookup4_algorithm.h"
|
||||
#include "generic/stage1/json_structural_indexer.h"
|
||||
@@ -136,6 +136,6 @@ WARN_UNUSED error_code dom_parser_implementation::parse(const uint8_t *_buf, siz
|
||||
}
|
||||
|
||||
} // namespace SIMDJSON_IMPLEMENTATION
|
||||
} // namespace {
|
||||
} // unnamed namespace
|
||||
|
||||
#include "westmere/end_implementation.h"
|
||||
|
||||
Reference in New Issue
Block a user