Language
C++
Compiler
clang HEAD 7.0.0 (https://github.com/llvm-mirror/clang.git 12850bf731681a2c32ee5d06ad2b8c411f7e2162) (https://github.com/llvm-mirror/llvm.git 8b887213a746d6614d4acac4d551217f0fd6c141)
Options
Warnings
Boost 1.67.0
C++2a(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/clang-head/include -std=gnu++2a
void test() [CONTAINER = std::list]
--------Stateless:--------
--- during default-construction:
default-constructed
--- during copy-construction:
copy-constructed
rebind-move-constructed
rebind-copy-constructed
move-constructed
--- during move-construction:
rebind-move-constructed
rebind-copy-constructed
move-constructed
--- during destructions:
--------Stateful:--------
--- during default-construction:
default-constructed
--- during copy-construction:
copy-constructed
rebind-move-constructed
rebind-copy-constructed
move-constructed
--- during move-construction:
rebind-move-constructed
rebind-copy-constructed
move-constructed
--- during destructions:
void test() [CONTAINER = std::vector]
--------Stateless:--------
--- during default-construction:
default-constructed
--- during copy-construction:
copy-constructed
copy-constructed
--- during move-construction:
copy-constructed
--- during destructions:
--------Stateful:--------
--- during default-construction:
default-constructed
--- during copy-construction:
copy-constructed
copy-constructed
--- during move-construction:
copy-constructed
--- during destructions:
Exit Code:
0