This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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++/51558


Hi,

as far as I can see this version of the fix leads to the best error messages: the primary std::hash is complete and consistent besides the undefined, but declared, operator and the static_assert (which is designed to *always* trigger if the primary is actually instantiated). By declaring the operator there are no redundant error messages in typical diagnostic outputs *after* the static_assert message.

I'm finishing testing the patch and mean to commit it later today.

Thanks,
Paolo.

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

Attachment: CL_51558
Description: Text document

Attachment: patch_51558
Description: Text document


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