Language
C++
Compiler
gcc HEAD 9.0.0 20180726 (experimental)
Options
Warnings
Boost 1.67.0
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-head/include -std=gnu++2a
Exit Code:
1
Author
anonymous
over 6 years ago
C++
gcc HEAD 9.0.0 20180726 (experimental)
Author
anonymous
over 6 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-head/include -std=gnu++2a
prog.cc: In lambda function:
prog.cc:24:19: error: static assertion failed
static_assert(is_same<PL, int const&>); // !!
^~~~~~~~~~~~~~~~~~~~~~~
prog.cc:25:19: error: static assertion failed
static_assert(is_same<PR, int const&>); // !!
^~~~~~~~~~~~~~~~~~~~~~~