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)

MTA_integer.patch (1.5 KB ) - added by ngedmond 13 years ago.

Download all attachments as: .zip

Change History (3)

by ngedmond, 13 years ago

Attachment: MTA_integer.patch added

comment:1 by John Maddock, 13 years ago

Cc: John Maddock added

Investigating

comment:2 by John Maddock, 13 years ago

Resolution: fixed
Status: newclosed

(In [57845]) Fixes #3180.

Note: See TracTickets for help on using tickets.