extra qualification error in C++

后端 未结 5 1428
轮回少年
轮回少年 2020-11-30 01:37

I have a member function that is defined as follows:

Value JSONDeserializer::ParseValue(TDR type, const json_string& valueString);

When

5条回答
  •  遥遥无期
    2020-11-30 01:54

    Are you putting this line inside the class declaration? In that case you should remove the JSONDeserializer::.

提交回复
热议问题