Language
C++
Compiler
clang HEAD 7.0.0 (https://github.com/llvm-mirror/clang.git 60cec38f68d4f4a3edd8d403c034b5d62a20ebaa) (https://github.com/llvm-mirror/llvm.git fb87505f61a81c23b4b0528cacbac3528bf42ae4)
Options
Warnings
Boost 1.66.0
C++2a(GNU)
no pedantic
Raw compiler options
-Wall
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.66.0/clang-head/include -std=gnu++2a -Wall
about to call f
default constructor
In f()
about to call f2
copy constructor
In f2()
copy constructor
Exit Code:
0