Author
anonymous
over 8 years ago
$
prog.cc: In function 'int main()': prog.cc:3:7: error: use of an operand of type 'bool' in 'operator++' is forbidden in C++1z ++b; ^ prog.cc:4:6: error: use of an operand of type 'bool' in 'operator++' is forbidden in C++1z b++; ^~