tr1::unordered_set<double> bizarre rounding behavior (x86)
Paolo Carlini
pcarlini@suse.de
Tue Jul 5 20:41:00 GMT 2005
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.
>
>
No, no, there are no problems. First, I don't see how changing the
internals of a function like an hashing function would change the Binary
Interface. Second, in general, we make no guarantees as far as the tr1
bits are concerned, this is also *explicitely* stated in the release
notes. Really, please reconsider the issue, there are no problems.
Paolo.
More information about the Gcc
mailing list