Language
C++
Compiler
gcc HEAD 9.0.0 20180712 (experimental)
Options
Warnings
Boost 1.67.0
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-head/include -std=gnu++2a
before operator=: 4
after operator=: 4
before std::copy: 4
after std::copy: 64
Exit Code:
0