octo-ns icon indicating copy to clipboard operation
octo-ns copied to clipboard

sg_agent编译报错

Open nishilv2 opened this issue 2 years ago • 0 comments

octo-ns-master/sg_agent/src/mns/config_loader.cc:261:54: error: cannot bind rvalue reference of type ‘std::__cxx11::basic_string&&’ to lvalue of type ‘std::string’ {aka ‘std::__cxx11::basic_string’} 261 | std::string>(CXmlFile::LocalIp, local_ip));

octo-ns-master/sg_agent/src/mns/config_loader.cc:264:56: error: cannot bind rvalue reference of type ‘std::__cxx11::basic_string&&’ to lvalue of type ‘std::string’ {aka ‘std::__cxx11::basic_string’} 264 | std::string>(CXmlFile::LocalMask, local_mask));

有遇到过吗,其他编译都正常,sdk编译ok

nishilv2 avatar Apr 21 '22 01:04 nishilv2