Re: LInking problems after switch to gcc-6.4.0



On 8 January 2018 at 10:19, Daniel Boles wrote:
I guess it's probably this:
https://stackoverflow.com/a/33395489/2757035

Yup, GCC 5+ has two versions of std::string, to link functions using
std::string both the caller and callee need to agree on which version
of std::string is used. Everything needs to be compiled consistently,
to use the same version of std::string.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]