Remove unnamed namespace from ondemand

This commit is contained in:
John Keiser
2020-09-07 00:24:42 -07:00
parent cd49ff330d
commit b234d74f43
90 changed files with 1601 additions and 187 deletions
-2
View File
@@ -1,7 +1,6 @@
#include "haswell/begin_implementation.h"
#include "haswell/dom_parser_implementation.h"
namespace {
namespace SIMDJSON_IMPLEMENTATION {
SIMDJSON_WARN_UNUSED error_code implementation::create_dom_parser_implementation(
@@ -17,7 +16,6 @@ SIMDJSON_WARN_UNUSED error_code implementation::create_dom_parser_implementation
}
} // namespace SIMDJSON_IMPLEMENTATION
} // unnamed namespace
#include "haswell/end_implementation.h"