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]

[PATCH] PR78361 recognise noexcept functions as referenceable


This ensures that __is_referenceable gives the right answer for
functions with noexcept in the type, which exist in C++17.

I'll also review the stuff in <functional> for similar problems.

Tested powerpc64le-linux, -std=gnu++{14,17}, committed to trunk.


Attachment: patch.txt
Description: Text document


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