namespace { -> unnamed namespace

This commit is contained in:
John Keiser
2020-08-01 14:46:23 -07:00
parent 460cfcaf3e
commit 379a4e6a01
54 changed files with 59 additions and 59 deletions
+2 -2
View File
@@ -308,7 +308,7 @@ WARN_UNUSED bool implementation::validate_utf8(const char *buf, size_t len) cons
}
} // namespace SIMDJSON_IMPLEMENTATION
} // namespace {
} // unnamed namespace
//
// Stage 2
@@ -344,6 +344,6 @@ WARN_UNUSED error_code dom_parser_implementation::parse(const uint8_t *_buf, siz
}
} // namespace SIMDJSON_IMPLEMENTATION
} // namespace {
} // unnamed namespace
#include "fallback/end_implementation.h"