Quoting Johannes Schauer (2015-05-02 10:40:56)
> I have two problems with that:
> 
>  - what is the long-term solution for this? I don't want to have
>    -D_GLIBCXX_USE_CXX11_ABI=0 in the source forever. What is the proper way to
>    switch my c++ symbols from pre-gcc-5 to post-gcc-5?
> 
>  - even after adding -D_GLIBCXX_USE_CXX11_ABI=0, five vtable entries are not
>    generated. How can I restore the old behaviour or verify whether removing
>    the vtable entries will be a problem or not?

In IRC, doko pointed out that this effect is expected and that one should not
explicitly use gcc-5 at this point. One should prepare to change the library
name if any users of the library make use of the cxx11 symbols.

Attachment: signature.asc
Description: signature

Reply via email to