Language
C++
Compiler
gcc 7.2.0
Options
Warnings
Boost 1.65.1
C++1z(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.65.1/gcc-7.2.0/include -std=gnu++1z
char : false
char * : true
char ** : true
char *** : true
std::nullptr_t : false
Exit Code:
0