mirror of
https://github.com/nlohmann/json.git
synced 2026-07-11 08:28:50 +00:00
Avoid a warning with GCC 4.9:
son.hpp:2361:49: warning: declaration 'struct std::bidirectional_iterator_tag' does not declare anything
using iterator_category = typename std::bidirectional_iterator_tag;
^