Language
C++
Compiler
clang HEAD 11.0.0 (https://github.com/llvm/llvm-project.git 5e06b2514aed37e49224c7086468bd4fa5080086)
Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-head/include -std=gnu++2a
ctor
hello
dtor
ctor
dtor
hello
Exit Code:
0