This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] libstdc++/41622


Hi,

this patch updates the C++0x std::hash to the new requirements per DR
1245, in particular class types can now be passed be const ref. For now
all the specializations are inline, for sure we got some complaints in
the past also about the slowness of the out-of-line implementations, and
that also makes easier not breaking the ABI (we have to keep on
exporting the previous implementation of some specializations), we can
tweak this later on.

Tested x86_64-linux, without PCHs too, committed to mainline.

Thanks,
Paolo.

/////////////////////

Attachment: CL_41622
Description: Text document

Attachment: patch_41622
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]