临时变量作非const的引用进行参数传递引发的编译错误 1.错误原因即解决办法Linux环境运行,使用g++编译,观察如下代码,会出现: invalid initialization of non-const reference of type ‘std::string&’ from a temporary of type ‘std::string’的错误。其中文意思为临时变量无法为非const的引用... 2023-06-13 临时变量非const参数传递编译错误程序设计C++文章软件开发