mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
17 lines
468 B
C++
17 lines
468 B
C++
#ifndef SIMDJSON_GENERIC_BUILDER_INL_H
|
|
#define SIMDJSON_GENERIC_BUILDER_INL_H
|
|
|
|
#ifndef SIMDJSON_CONDITIONAL_INCLUDE
|
|
#define SIMDJSON_GENERIC_ONDEMAND_ARRAY_H
|
|
#include "simdjson/generic/implementation_simdjson_result_base.h"
|
|
#include "simdjson/generic/builder/json_string_builder.h"
|
|
#endif // SIMDJSON_CONDITIONAL_INCLUDE
|
|
|
|
namespace simdjson {
|
|
namespace SIMDJSON_IMPLEMENTATION {
|
|
namespace builder {
|
|
}
|
|
}
|
|
} // namespace simdjson
|
|
|
|
#endif // SIMDJSON_GENERIC_BUILDER_INL_H
|