Language
C++
Compiler
clang 8.0.0
Options
Warnings
Boost 1.70.0
C++17
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/clang-8.0.0/include -std=c++17
object constructor this: 0x2269998
this in async_func: 0x2269998
123
this in other_async_func: 0x2269998
456
sp->get() in other_async_func: 0x2269998
terminating with uncaught exception of type std::__1::bad_weak_ptr: bad_weak_ptr
Signal:
Aborted