Skip to content

v2.0.1

Compare
Choose a tag to compare
@Tessil Tessil released this 30 Jul 20:02
· 62 commits to master since this release
  • In CMakeList.txt, only use cxx_std_11 in target_compile_features when the CMake version is >= 3.8 (#37).
  • Move the static_assert checking that value_type is nothrow move constructible or copy constructible inside the constructor to avoid issues when Key and/or T are not commplete types (#36).