On 12.06.2012 18:50, Chase Douglas wrote: > My understanding is that this is only a problem if one library compiled > with one standard passes objects to another library compiled with > another standard. The following examples illustrate the difference: > > * Nux (c++11) and libsigc++ (c++98) are compiled with different > standards. They pass std::lists between them. This is a problem. > > * utouch-grail (c++11) and utouch-qml (c++98) are compiled with > different standards. However, the API between the two is pure C. This is > not a problem. > > Please correct me if I am wrong.
please read the referenced GCC report. -- ubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel
