Opened 14 years ago
Closed 14 years ago
#1960 closed Bugs (fixed)
[gcc-4.3] detail/math_functions.hpp misses #include <climits>
| Reported by: | Owned by: | Ion Gaztañaga | |
|---|---|---|---|
| Milestone: | Boost 1.36.0 | Component: | interprocess |
| Version: | Boost Development Trunk | Severity: | Problem |
| Keywords: | Cc: |
Description
Otherwise gcc-4.3 doesn't know CHAR_BIT
patch is attached
-- Maik
Attachments (1)
Change History (2)
by , 14 years ago
| Attachment: | math_functions.patch added |
|---|
comment:1 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in revision 45872. Thanks for the report.