Language
C++
Compiler
clang HEAD 7.0.0 (https://github.com/llvm-mirror/clang.git edfb78dee78bc88f0e0aa12f1967b24f5d8f45ee) (https://github.com/llvm-mirror/llvm.git ea3c8cfdcef39ad2371a8536e04abca68779f6c9)
Options
Warnings
Boost 1.67.0
C++2a(GNU)
no pedantic
Raw compiler options
-Wno-macro-redefined
-I/opt/wandbox/boost-1.67.0/clang-head/include
-L/opt/wandbox/boost-1.67.0/clang-head/lib
-rpath
/opt/wandbox/boost-1.67.0/clang-head/lib
-lboost_container
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/clang-head/include -std=gnu++2a -Wno-macro-redefined -I/opt/wandbox/boost-1.67.0/clang-head/include -L/opt/wandbox/boost-1.67.0/clang-head/lib -rpath /opt/wandbox/boost-1.67.0/clang-head/lib -lboost_container
operator new called for allocation size 272
./prog.exe(_Znwm+0x1d)[0x400add]
/opt/wandbox/boost-1.67.0/clang-head/lib/libboost_container.so.1.67.0(_ZN5boost9container3pmr25monotonic_buffer_resource11do_allocateEmm+0x9c)[0x7f85d2436bec]
./prog.exe[0x400c21]
./prog.exe[0x400b9a]
Exit Code:
0