json/include/nlohmann
Yuriy Chernyshov 3d28dd096e
Fix -Wignored-reference-qualifiers
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.
2022-08-05 16:22:09 +03:00
..
detail Fix -Wignored-reference-qualifiers 2022-08-05 16:22:09 +03:00
thirdparty/hedley 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
adl_serializer.hpp 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
byte_container_with_subtype.hpp 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
json_fwd.hpp Add json_pointer/string_t equality comparison operators (#3664) 2022-08-05 14:08:27 +02:00
json.hpp 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
ordered_map.hpp 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00