当传入的值为null的时候返回的是“null”字符串,而不是null,所以在这里如果想判断这个string的值不为...
scl enable devtoolset-9 bash 编译选项使用c++17 O了
std::vector<std::string>constMergeGeometriesDialog::getSelectedGeometries()const{std::vector<std::string> indexList;QStringListconst&list(_selGeo->stringList());for(QStringList::const_iterator it =list.begin(); it !=list.end(); ++it) indexList.push_back(it->toStdString());returnindexL...
当传入的值为null的时候返回的是“null”字符串,而不是null,所以在这里如果想判断这个string的值不为...
CentOS下编译报错:error: no matching function for call to ‘equal(std::basic_string 切换到gcc 9 scl enable devtoolset-9 bash 编译选项使用c++17 O了