Paolo Carlini wrote: >Michael Veksler wrote: > >>There is one more thing to consider: the ABI. >>By changing the code in the header file will break the ABI >>of tr1::unordered_set. Code compiled with older gcc and >>newer and fixed-gcc will not interoperate. >> It occurs to me that by "ABI" you mean interoperability between different object modules, what I call sometimes "ABI" in the wide sense. Something much more difficult to obtain, which is not related to the linked *.so. Anyway, we don't guarantee anything for tr1, as per the release notes.
Paolo.