Language
C++
Compiler
clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git 6a00520d81d71f6c1df16288cf7f65b8ab9ac124) (https://github.com/llvm-mirror/llvm.git 92802c240495b9d471a3bd0ff3b8a08ff3c998d0)
Options
Warnings
Don't Use Boost
C++2a
-pedantic-errors
$ clang++ prog.cc -Wall -Wextra -std=c++2a -pedantic-errors
emplace
4(last = 3)
63(last = 9)
1561(last = 21)
28029(last = 33)
412861(last = 47)
emplace_hint
3(last = 2)
21(last = 2)
201(last = 2)
2001(last = 2)
20001(last = 2)
try_emplace
4(last = 3)
63(last = 9)
1561(last = 21)
28029(last = 33)
412861(last = 47)
try_emplace w/ hint
3(last = 2)
21(last = 2)
201(last = 2)
2001(last = 2)
20001(last = 2)
insert_or_assign
8(last = 5)
69(last = 8)
1133(last = 14)
17517(last = 20)
241433(last = 27)
insert_or_assign w/ hint
8(last = 5)
69(last = 8)
1133(last = 14)
17517(last = 20)
241433(last = 27)
Exit Code:
0