#8732 closed Bugs (fixed)
Need to protect calls against C99 math macro expansion
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | math |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
Some code is still not protected against accidental references to C99 math functions that can be implemented as macros. This shows up as compile errors on AIX.
Attached are patches for math and multiprecision to fix all that show up in the existing regressions (as of 1.53.0).
Attachments (1)
Change History (4)
by , 9 years ago
Attachment: | math_macro.patch added |
---|
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
protect against C99 math macro expansion for math and multiprecision