Merge pull request #2211 from nlohmann/fix_warnings
Fix Clang-Tidy warnings
This commit is contained in:
commit
c5ee222982
10 changed files with 248 additions and 269 deletions
|
@ -18,8 +18,6 @@ template<typename BasicJsonType> struct internal_iterator
|
|||
typename BasicJsonType::object_t::iterator object_iterator {};
|
||||
/// iterator for JSON arrays
|
||||
typename BasicJsonType::array_t::iterator array_iterator {};
|
||||
/// iterator for JSON binary arrays
|
||||
typename BasicJsonType::binary_t::container_type::iterator binary_iterator {};
|
||||
/// generic iterator for all other types
|
||||
primitive_iterator_t primitive_iterator {};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue