error: '>>' should be '> >' within a nested template argument list|

错误现场:

vector> v;

在“<<”中加一个空格即可:

vector > v;

你可能感兴趣的:(error: '>>' should be '> >' within a nested template argument list|)