Author
anonymous
almost 7 years ago
Language
Compiler
Options
Author
anonymous
almost 7 years ago
$
prog.cc: In function 'decltype ((msg->details, void())) reportErr(choice<2>, const MSG&) [with MSG = Bar, decltype ((msg->details, void())) = void]':
prog.cc:32:5: instantiated from 'void reportErr(const MSG&) [with MSG = Bar]'
prog.cc:37:25: instantiated from here
prog.cc:14:6: warning: left-hand operand of comma has no effect
prog.cc: In function 'decltype ((msg->other_info, void())) reportErr(choice<1>, const MSG&) [with MSG = Quux, decltype ((msg->other_info, void())) = void]':
prog.cc:32:5: instantiated from 'void reportErr(const MSG&) [with MSG = Quux]'
prog.cc:38:27: instantiated from here
prog.cc:20:6: warning: left-hand operand of comma has no effect
ERROR: 0
ERROR: 0, details: 42
ERROR: 0, other_info: c
Exit Code:
0