Files
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
..
2021-02-07 17:46:11 +01:00
2020-12-26 17:56:16 +01:00
2021-01-25 13:47:50 +01:00
2020-12-26 17:56:16 +01:00
2021-01-25 13:47:50 +01:00
2020-12-14 10:38:49 +01:00
2020-08-12 13:30:06 +02:00
2020-08-12 13:30:06 +02:00
2021-01-10 13:39:36 +01:00