mirror of
https://github.com/nlohmann/json.git
synced 2026-09-27 14:20:19 +01: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;
^