Skip to content

Commit

Permalink
Merge pull request Light-City#16 from tomzhang/hotfix
Browse files Browse the repository at this point in the history
correct compile error undered_set -> undered_multisert
  • Loading branch information
Light-City committed Apr 28, 2020
2 parents 999d5da + 60d3d17 commit 8df484f
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 8df484f

Please sign in to comment.