Language
C++
Compiler
gcc 9.1.0
Options
Optimization
Boost 1.70.0
C++2a(GNU)
no pedantic
$ g++ prog.cc -O2 -march=native -I/opt/wandbox/boost-1.70.0/gcc-9.1.0/include -std=gnu++2a
char: OK: -128
wchar_t: Failed
char8_t: OK: 128
char16_t: Failed
char32_t: Failed
Exit Code:
0