json/include/nlohmann/detail
Remy Jette 0a9ec38f44 Remove HEDLEY annotation from exception::what()
The latest MSVC compiler throws the following warning on
nlohmann::detail::exception::what() if /analyze is enabled:

```
vcruntime_exception.h(93) : warning C28204: 'what' has an override at
`nlohmann\json\develop\single_include\nlohmann\json.hpp(2644)`
and only the override is annotated for return: when an override is
annotated, the base (this function) should be similarly annotated.
```

See https://godbolt.org/z/r331h4
2021-03-15 17:45:40 -07:00
..
conversions Merge branch 'develop' of https://github.com/nlohmann/json into diagnostics 2021-02-07 17:45:09 +01:00
input 🔀 merge develop branch 2021-02-07 17:46:11 +01:00
iterators Merge branch 'develop' of https://github.com/nlohmann/json into diagnostics 2021-02-07 17:45:09 +01:00
meta 🚨 fix warnings 2020-12-26 17:56:16 +01:00
output ♻️ remove diagnostics_t class 2021-01-25 13:47:50 +01:00
exceptions.hpp Remove HEDLEY annotation from exception::what() 2021-03-15 17:45:40 -07:00
hash.hpp 🚨 fix warnings 2020-12-26 17:56:16 +01:00
json_pointer.hpp ♻️ remove diagnostics_t class 2021-01-25 13:47:50 +01:00
json_ref.hpp 🎨 amalgamate code 2020-12-14 10:38:49 +01:00
macro_scope.hpp ♻️ remove "#define private public" 2020-08-12 13:30:06 +02:00
macro_unscope.hpp ♻️ remove "#define private public" 2020-08-12 13:30:06 +02:00
string_escape.hpp 🐛 proper JSON Pointer escape in diagnostic messages 2021-01-16 15:33:05 +01:00
value_t.hpp 🚨 fix warnings 2021-01-10 13:39:36 +01:00