Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

gcc 4.8.5

Options
Warnings
Boost 1.64.0
C++1y(GNU)
no pedantic

Author

anonymous

over 5 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.64.0/gcc-4.8.5/include -std=gnu++1y
prog.cc:10:20: error: type/value mismatch at argument 1 in template parameter list for 'template<class _Tp, class _Alloc> class std::vector'
 std::vector< floor > colData;
                    ^
prog.cc:10:20: error:   expected a type, got 'floor'
prog.cc:10:20: error: template argument 2 is invalid
prog.cc:10:29: error: invalid type in declaration before ';' token
 std::vector< floor > colData;
                             ^
Exit Code:
1