mirror of
https://github.com/nlohmann/json.git
synced 2026-09-24 22:05:16 +01: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.