Language
C++
Compiler
gcc 8.3.0
Options
Warnings
Boost 1.69.0
C++17
no pedantic
Raw compiler options
lib.cc
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/gcc-8.3.0/include -std=c++17 lib.cc
value before: 123456789abcdef
value after : 123456700000000
Exit Code:
0