Language
C++
Compiler
gcc HEAD 10.0.0 20190825 (experimental)
Options
Warnings
Don't Use Boost
C++11
no pedantic
Raw compiler options
bar.cpp
$ g++ prog.cc -Wall -Wextra -std=c++11 bar.cpp
Allocated: 1
Allocated: 2
Deallocating: 1
Deallocating: 2
Exit Code:
0