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
commit 8df484f325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>