Merge pull request #16 from tomzhang/hotfix

correct compile error undered_set -> undered_multisert
This commit is contained in:
Francis
2020-04-27 23:51:10 -05:00
committed by GitHub

View File

@@ -157,7 +157,7 @@ using __umap_traits = __detail::_Hashtable_traits<_Cache, false, false>;
template<bool _Cache> template<bool _Cache>
using __uset_traits = __detail::_Hashtable_traits<_Cache, true, true>; using __uset_traits = __detail::_Hashtable_traits<_Cache, true, true>;
``` ```
(4) undered_set (4) undered_multiset
```cpp ```cpp
template<bool _Cache> template<bool _Cache>