Opened 9 years ago

Closed 8 years ago

#8968 closed Patches (fixed)

Solaris 11.1 cstdint.hpp patch

Reported by: janne.ramstedt@… Owned by: John Maddock
Milestone: To Be Determined Component: config
Version: Boost 1.54.0 Severity: Problem
Keywords: solaris cstdint.hpp Cc:

Description (last modified by viboes)

Using inttypes.h at cstdint.hpp when building in Solaris 11.1 fixes ambiguous references.

I used

"|| defined(__sun__)"

at lines 54 and 140.

Change History (4)

comment:1 by janne.ramstedt@…, 9 years ago

Fixed formatting.

I used

|| defined(__sun__)

at lines 54 and 140.

comment:2 by viboes, 9 years ago

Component: Noneinteger
Description: modified (diff)
Owner: set to Daryle Walker

comment:3 by viboes, 8 years ago

Component: integerconfig
Owner: changed from Daryle Walker to John Maddock

This is for Boost.Config boost/config/include/boost/cstdint.hpp

comment:4 by John Maddock, 8 years ago

Resolution: fixed
Status: newclosed

This is fixed in current develop I believe.

Note: See TracTickets for help on using tickets.