C++ Primer 书店程序在VsCode中 error: no match for call to ‘(std::__cxx11::string...)错误
原来的文件中代码中total.isbn()==trans.isbn()在VsCode中会报错,“无法匹配调用错误”。compile.cpp:12:37:error:nomatchforcallto‘(std::__cxx11::string{akastd::__cxx11::basic_string})()’if(total.isbn()==trans.isbn())解决办法:将.isbn()后的