Trying to build muParser: error: explicit instantiation of 'std::basic_ostream but no definition available
问题 Im trying to build muParser on the mac, it worked until I upgraded XCode to 4.4 which updated gcc. Now I get the following line of code generating the error which I don't understand: mu::console() << _T(" \"") << val.GetAsString() << _T("\" "); ../muparser/src/muParserBase.cpp:1823: instantiated from here ../muparser/src/muParserBase.cpp:1823: error: explicit instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<