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] Remove constexpr from frexp, modf, remquo


Hi,

Daniel noticed that in <cmath> we have functions marked constexpr which aren't really viable anyway due to the pointer parameter. Seems basically harmless given our way to deal with these matters, but I agree can be misleading. Tested x86_64-linux, committed.

Paolo.

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

Attachment: CL
Description: Text document

Attachment: patchlet
Description: Text document


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