Opened 9 years ago
Closed 8 years ago
#8968 closed Patches (fixed)
Solaris 11.1 cstdint.hpp patch
Reported by: | 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 )
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 , 9 years ago
comment:2 by , 9 years ago
Component: | None → integer |
---|---|
Description: | modified (diff) |
Owner: | set to |
comment:3 by , 8 years ago
Component: | integer → config |
---|---|
Owner: | changed from | to
This is for Boost.Config boost/config/include/boost/cstdint.hpp
comment:4 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is fixed in current develop I believe.
Note:
See TracTickets
for help on using tickets.
Fixed formatting.
I used
at lines 54 and 140.