Hopscotch map v2.0.1 Release Notes

Release Date: 2018-07-30 // over 5 years ago
    • 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).