Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
You can't erase a std::unordered_map::local_iterator
#include <unordered_map> void f() { std::unordered_map<int, int> m; auto p = m.begin(0); m.erase(p); }
run
|
edit
|
history
|
help
0
ArrayList Example Starter Code 2
<string> No indirect include of <errno.h>
HexDong
my override
Ordered Graphs
lref assignment
Template arguments may contain calls to constexpr functions.
Unpacking tuple
overloadresolution
specialized template