Files
simdjson-simdjson/include/simdjson/generic/builder/json_string_builder-inl.h
T
2024-10-28 20:27:26 -04:00

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