J
Jee
Hi,
I wonder what's wrong with the following,
std::vector<pair<int, int>> myVec;
The compiler always complains that "expect , instead of >>".
Thanks.
I wonder what's wrong with the following,
std::vector<pair<int, int>> myVec;
The compiler always complains that "expect , instead of >>".
Thanks.