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]

[PATCH] support N4514 in <type_traits> is_function


Hi,

is_function doesn't currently account for the language changes in
N4514 (i.e. the -fgnu-tm flag).

Would something like this patch be desirable? I asked about this on SO
a few weeks ago and received no answers:
http://stackoverflow.com/questions/41293925

I see nothing glaring in this patch, but I also haven't set up the
test suite tonight... So take this FWIW.

Thanks,
Barrett

Attachment: is_function_n4514_patch.diff
Description: Text document


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