Language
C++
Compiler
gcc HEAD 9.0.1 20190310 (experimental)
Options
Warnings
Boost 1.69.0
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/gcc-head/include -std=gnu++2a
Initializing ...
Initializing ...
Creating ...
1
emplace_back
1
emplace_back
1
emplace_back
1
emplace_back
1
emplace_back
1
emplace_back
1
placement new
1
placement new
Starting loop size 2
store ...
A : 1
AA : 1
C : 1
store ...
d : 1
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Signal:
Aborted