0_0_16516337_1524.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16516337_1524.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16516337_1524.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16516337_1524.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16516337_1524.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16516337_1524.cpp:60:1: error: expected '}' at end of input
}
^
0_0_16516337_1524.cpp: In member function 'bool foo::operator<(const foo&) const':
0_0_16516337_1524.cpp:21:18: error: expected ';' before 'Q'
return v Q;
^
0_0_16516337_1524.cpp:21:18: error: 'Q' was not declared in this scope
0_0_16516337_1524.cpp:25:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_16516337_1524.cpp:60:1: error: expected '}' at end of input
}
^
0_0_16516337_1524.cpp: At global scope:
0_0_16516337_1524.cpp:60:1: error: expected unqualified-id at end of input
|