Opened 9 years ago
Closed 8 years ago
#9706 closed Bugs (fixed)
Incomplete source code line in predef/architecture/sparc.h
Reported by: | Owned by: | René Rivera | |
---|---|---|---|
Milestone: | To Be Determined | Component: | predef USE GITHUB |
Version: | Boost 1.55.0 | Severity: | Showstopper |
Keywords: | sparc | Cc: |
Description
boost_1_55_0/boost/predef/architecture/sparc.h, line 40:
# if !defined(BOOST_ARCH_SPARC) &&
Something is missing, but I don't know what should be there. Nothing can be compiled on the SPARC architecture as a result.
Change History (3)
comment:1 by , 9 years ago
Component: | config → predef |
---|---|
Owner: | changed from | to
comment:2 by , 9 years ago
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This incomplete source line makes it impossible for us to compile BOOST on SPARC. Can you tell me what the source line should be so that we can make progress?