Language
C++
Compiler
gcc 7.2.0
Options
Warnings
Boost 1.65.1
C++11
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.65.1/gcc-7.2.0/include -std=c++11
Exit Code:
1
Author
anonymous
about 6 years ago
C++
gcc 7.2.0
Author
anonymous
about 6 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.65.1/gcc-7.2.0/include -std=c++11
prog.cc: In function 'void testBar(Bar&)':
prog.cc:29:26: error: range-based 'for' expression of type 'Bar' has an 'end' member but not a 'begin'
for (const auto &x : bar)
^~~
prog.cc:29:26: error: expression cannot be used as a function