Hi me again,
ne1 know why this would be throwing alot of warnings?
class blaba {
vector<string> dosomething(... , ..);
};
vector<string> dosomething(... , ..) {
...
};
it only seems to throw warnings when trying to use a return type of vector<string> - any other type of vector its fine..? the program still compiles and runs fine but the warnings r annoying
ne1 know why this would be throwing alot of warnings?
class blaba {
vector<string> dosomething(... , ..);
};
vector<string> dosomething(... , ..) {
...
};
it only seems to throw warnings when trying to use a return type of vector<string> - any other type of vector its fine..? the program still compiles and runs fine but the warnings r annoying