Skip to content

Commit

Permalink
fix wrong type in a sample
Browse files Browse the repository at this point in the history
  • Loading branch information
suomesta committed Sep 11, 2023
1 parent 87ffbf8 commit 24061d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/set/multiset/emplace.md
Expand Up @@ -51,7 +51,7 @@ bool operator<(const s& lhs, const s& rhs)
int main()
{
std::set<s> c;
std::multiset<s> c;
c.emplace(42);
Expand Down

0 comments on commit 24061d7

Please sign in to comment.