Language
C++
Compiler
clang HEAD 9.0.0 (https://github.com/llvm-mirror/clang.git 6b961fe8684f1594ae5fb2c77e68d9960b3b5427) (https://github.com/llvm-mirror/llvm.git 74aa5d810228d11b62febe4c4da26472a3e8aa3b)
Options
Warnings
Boost 1.69.0
C++2a(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/clang-head/include -std=gnu++2a
prog.cc:46: A::~A(): Assertion 'b->a != nullptr' failed.
Signal:
Aborted