mirror of
https://github.com/nlohmann/json.git
synced 2026-08-26 04:58:10 +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;
^