json/include/nlohmann/detail
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
..
conversions Fix -Wignored-reference-qualifiers 2022-08-05 16:22:09 +03:00
input Minor BJData fixes (#3637) 2022-08-03 09:15:37 +02:00
iterators 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
meta Minor BJData fixes (#3637) 2022-08-03 09:15:37 +02:00
output 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
abi_macros.hpp 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
exceptions.hpp 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
hash.hpp 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
json_pointer.hpp Add json_pointer/string_t equality comparison operators (#3664) 2022-08-05 14:08:27 +02:00
json_ref.hpp 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
macro_scope.hpp 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
macro_unscope.hpp 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
string_concat.hpp 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
string_escape.hpp 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00
value_t.hpp 🔖 set version to 3.11.1 2022-08-01 23:27:58 +02:00