1. 16 Mar, 2021 1 commit
    • Remy Jette's avatar
      Remove HEDLEY annotation from exception::what() · 0a9ec38f
      Remy Jette authored
      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
      0a9ec38f
  2. 10 Feb, 2021 1 commit
  3. 07 Feb, 2021 4 commits
  4. 06 Feb, 2021 1 commit
  5. 30 Jan, 2021 1 commit
  6. 28 Jan, 2021 1 commit
  7. 27 Jan, 2021 3 commits
  8. 26 Jan, 2021 1 commit
  9. 25 Jan, 2021 1 commit
  10. 24 Jan, 2021 3 commits
  11. 23 Jan, 2021 3 commits
  12. 21 Jan, 2021 2 commits
  13. 20 Jan, 2021 1 commit
  14. 17 Jan, 2021 4 commits
  15. 16 Jan, 2021 2 commits
  16. 15 Jan, 2021 3 commits
  17. 14 Jan, 2021 7 commits
  18. 11 Jan, 2021 1 commit