In certain STLs, `std::vector<bool>::reference` is just `bool&`. Prepending `const` causes the following warning: ``` include/nlohmann/detail/conversions/to_json.hpp:271:42: error: 'const' qualifier on reference type 'std::vector<bool>::reference' (aka 'bool &') has no effect [-Werror,-Wignored-reference-qualifiers] ``` This PR fixes the problem. |
||
|---|---|---|
| .. | ||
| detail | ||
| thirdparty/hedley | ||
| adl_serializer.hpp | ||
| byte_container_with_subtype.hpp | ||
| json_fwd.hpp | ||
| json.hpp | ||
| ordered_map.hpp | ||