Language
C++
Compiler
clang 7.0.0
Options
Warnings
Optimization
Boost 1.68.0
C++2a(GNU)
no pedantic
Raw compiler options
-O3
$ clang++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.68.0/clang-7.0.0/include -std=gnu++2a -O3
78
Trying to lock weak ptr
Locked! Accessing x
78
Destructor!
-----
Trying to lock weak ptr
Empty!Trying to lock weak ptr
Locked! Accessing x
4201952
Exit Code:
0