Language
C++
Compiler
gcc 4.8.5
Options
Warnings
Boost 1.64.0
C++1y(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.64.0/gcc-4.8.5/include -std=gnu++1y
Exit Code:
1
Author
anonymous
over 5 years ago
C++
gcc 4.8.5
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:12:15: error: type/value mismatch at argument 1 in template parameter list for 'template<class _Tp, class _Alloc> class std::vector'
vector< floor > colData;
^
prog.cc:12:15: error: expected a type, got 'floor'
prog.cc:12:15: error: template argument 2 is invalid
prog.cc:12:24: error: invalid type in declaration before ';' token
vector< floor > colData;
^