mirror of
https://github.com/nlohmann/json
synced 2024-11-24 21:00:13 +00:00
0a9ec38f44
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 |
||
---|---|---|
.. | ||
nlohmann |