Skip to content

Commit

Permalink
correct compile error undered_set -> undered_multisert
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzhang committed Apr 27, 2020
1 parent 999d5da commit 60d3d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_analysis/stl/unordered_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 60d3d17

Please sign in to comment.