mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Move increment_count to stage 2
This commit is contained in:
@@ -1042,7 +1042,6 @@ public:
|
||||
really_inline bool on_number_u64(uint64_t value) noexcept; ///< @private
|
||||
really_inline bool on_number_double(double value) noexcept; ///< @private
|
||||
|
||||
really_inline void increment_count(scope_descriptor &scope) noexcept; ///< @private
|
||||
really_inline void end_scope(uint32_t depth) noexcept; ///< @private
|
||||
private:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user