Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

gcc 5.5.0

Options
Warnings
Boost 1.70.0
C++11
no pedantic

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-5.5.0/include -std=c++11
prog.cc: In function 'int main()':
prog.cc:11:10: error: request for member 'push_back' in 'vec2', which is of non-class type 'std::vector<int>()'
     vec2.push_back(2);
          ^
Exit Code:
1