Opened 13 years ago
Closed 13 years ago
#3180 closed Bugs (fixed)
Default integer types in boost/cstdint.hpp are incorrect on XMT/MTA
| Reported by: | ngedmond | Owned by: | Daryle Walker |
|---|---|---|---|
| Milestone: | Boost 1.40.0 | Component: | integer |
| Version: | Boost 1.39.0 | Severity: | Problem |
| Keywords: | XMT MTA integer | Cc: | John Maddock |
Description
Integer types in boost/cstdint.hpp are not correct for Cray XMT/Tera MTA-2. The following patch works for me. I can't imagine any other compiler defines __MTA__ so this patch should be non-intrusive. Feel free to strip comments as appropriate.
Attachments (1)
Change History (3)
by , 13 years ago
| Attachment: | MTA_integer.patch added |
|---|
comment:1 by , 13 years ago
| Cc: | added |
|---|
Note:
See TracTickets
for help on using tickets.

Investigating