correct compile error undered_set -> undered_multisert
This commit is contained in:
parent
999d5daa21
commit
60d3d17e19
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user