Skip to content

Commit

Permalink
flat_map::emplace : インクルードミスを修正 #1078
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Jun 12, 2023
1 parent 31bf54b commit 83dd89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/flat_map/flat_map/emplace.md
Expand Up @@ -49,7 +49,7 @@ c.values.insert(value_it, std::move(t.second));
### 単純なキー・値を挿入する例
```cpp example
#include <iostream>
#include <map>
#include <flat_map>

int main()
{
Expand Down

0 comments on commit 83dd89c

Please sign in to comment.