mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Prefixing macros (issue 1035) (#1124)
* Renaming partially done. * More prefixing. * I thought that this was fixed. * Missed one. * Missed a few. * Missed another one. * Minor fixes.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
namespace {
|
||||
namespace SIMDJSON_IMPLEMENTATION {
|
||||
|
||||
WARN_UNUSED error_code implementation::create_dom_parser_implementation(
|
||||
SIMDJSON_WARN_UNUSED error_code implementation::create_dom_parser_implementation(
|
||||
size_t capacity,
|
||||
size_t max_depth,
|
||||
std::unique_ptr<internal::dom_parser_implementation>& dst
|
||||
|
||||
Reference in New Issue
Block a user