mirror of
https://github.com/nlohmann/json.git
synced 2026-02-02 09:32:10 +00:00
One of the ordered_map constructors was incorrectly accepting a std::initializer_list<T> instead of std::initializer_list<value_type>. Add regression test. Fixes #3343.