Move increment_count to stage 2

This commit is contained in:
John Keiser
2020-05-11 04:58:50 -07:00
parent 07fe7ad1a2
commit 2c8fd109de
3 changed files with 5 additions and 9 deletions
-1
View File
@@ -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:
/**