This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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 0/3] Fix math.h uses of C++ features



Gabriel F. T. Gomes (3):
  Do not use __builtin_types_compatible_p in C++ mode (bug 21930)
  Provide a C++ version of issignaling that does not use __MATH_TG
  Do not use generic selection in C++ mode

 math/math.h      | 25 ++++++++++++++++++++++---
 misc/sys/cdefs.h | 19 ++++++++++---------
 2 files changed, 32 insertions(+), 12 deletions(-)

-- 
2.13.5


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