I get a compile error with this:

Code:
//Throws: "expected constructor, destructor or type conversion before '<' token"
std::vector<int> someMethod()
{
...
}