correct compile error undered_set -> undered_multisert

This commit is contained in:
mingfeng.zhang 2020-04-27 23:13:58 +08:00
parent 999d5daa21
commit 60d3d17e19

View File

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