Put anonymous namespace in front of everything

This commit is contained in:
John Keiser
2020-07-24 07:32:12 -07:00
parent 2f92a34bb7
commit 65148b123b
55 changed files with 188 additions and 41 deletions
+2
View File
@@ -3,6 +3,7 @@
namespace simdjson {
namespace SIMDJSON_IMPLEMENTATION {
namespace {
WARN_UNUSED error_code implementation::create_dom_parser_implementation(
size_t capacity,
@@ -16,6 +17,7 @@ WARN_UNUSED error_code implementation::create_dom_parser_implementation(
return SUCCESS;
}
} // namespace {
} // namespace SIMDJSON_IMPLEMENTATION
} // namespace simdjson