找不到std::multimap错误的匹配项 我试图用编译器Sun C++ 5.9 SunSuSSPARC补丁1248 63-01在Sun服务器上编译一个C++应用程序。 我听到一个错误,说 Error: Could not find a match for std::multimap<std::string, OutputNamespace::FUPInfo, std::less<std::string>, std::allocator<std::pair<const std::string, OutputNamespace::FUPInfo>>>::insert(std::pair<std::string, OutputNamespace::FUPInfo>) needed in operator<<(std::ostream &, Output&) 错误:找不到STD::MultIMA:::在操作符中需要的插入(STD::对)。编译器不符合C++标准。

找不到std::multimap错误的匹配项 我试图用编译器Sun C++ 5.9 SunSuSSPARC补丁1248 63-01在Sun服务器上编译一个C++应用程序。 我听到一个错误,说 Error: Could not find a match for std::multimap<std::string, OutputNamespace::FUPInfo, std::less<std::string>, std::allocator<std::pair<const std::string, OutputNamespace::FUPInfo>>>::insert(std::pair<std::string, OutputNamespace::FUPInfo>) needed in operator<<(std::ostream &, Output&) 错误:找不到STD::MultIMA:::在操作符中需要的插入(STD::对)。编译器不符合C++标准。,c++,cc,C++,Cc,深入讨论这个问题,并提出解决办法 如果您不想修改/包装多重映射,他们建议使用-library=stlport4进行编译。\include#包括#包括#包括?请向我们展示一些代码……从C++标准从众的角度来看,这个编译器似乎缺少很多:

深入讨论这个问题,并提出解决办法


如果您不想修改/包装多重映射,他们建议使用
-library=stlport4
进行编译。

\include
<代码>#包括<代码>#包括<代码>#包括?请向我们展示一些代码……从C++标准从众的角度来看,这个编译器似乎缺少很多: