Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 4 years ago

Language

C++

Compiler

gcc HEAD 12.0.0 20210721 (experimental)

Options
Warnings
Boost 1.73.0
C++2b(GNU)
no pedantic
Raw compiler options
-O3

Author

anonymous

almost 4 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2b -O3
vector push_back: 0.00135498
vector push_back with reserve: 0.000827459
vector element assignment: 0.000732864
vector emplace_back with reserve: 0.000420101
vector emplace_back: 0.000558139
Exit Code:
0