mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Move ondemand implementation to include/
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
#include "fallback/begin_implementation.h"
|
||||
#include "fallback/dom_parser_implementation.h"
|
||||
#include "generic/stage2/jsoncharutils.h"
|
||||
#include "simdjson/fallback/begin.h"
|
||||
|
||||
//
|
||||
// Stage 1
|
||||
@@ -315,8 +313,6 @@ SIMDJSON_WARN_UNUSED bool implementation::validate_utf8(const char *buf, size_t
|
||||
//
|
||||
// Stage 2
|
||||
//
|
||||
#include "fallback/stringparsing.h"
|
||||
#include "fallback/numberparsing.h"
|
||||
#include "generic/stage2/tape_builder.h"
|
||||
|
||||
namespace simdjson {
|
||||
@@ -339,4 +335,4 @@ SIMDJSON_WARN_UNUSED error_code dom_parser_implementation::parse(const uint8_t *
|
||||
} // namespace SIMDJSON_IMPLEMENTATION
|
||||
} // namespace simdjson
|
||||
|
||||
#include "fallback/end_implementation.h"
|
||||
#include "simdjson/fallback/end.h"
|
||||
Reference in New Issue
Block a user