"std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const"

"std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const"


ymbol(s) not found for architecture x86_64

解决方案:

Change the standard library that is linked to use libstdc++ instead of libc++ - the problem is that the other library was compiled using the g++ mode which uses the libstdc++ library.

posted @ 2017-05-03 16:40  small英  阅读(3601)  评论(0编辑  收藏  举报