Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

gcc HEAD 9.0.0 20180726 (experimental)

Options
Warnings
Boost 1.67.0
C++2a(GNU)
no pedantic

Author

anonymous

almost 7 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&>); // !!
                   ^~~~~~~~~~~~~~~~~~~~~~~
Exit Code:
1