Opened 8 years ago
Closed 8 years ago
#10120 closed Bugs (fixed)
[1.55] invalid /boost/predef/architecture/sparc.h
Reported by: | Owned by: | René Rivera | |
---|---|---|---|
Milestone: | To Be Determined | Component: | predef USE GITHUB |
Version: | Boost 1.55.0 | Severity: | Regression |
Keywords: | sparc | Cc: |
Description
When compiling i get:
./boost/predef/architecture/sparc.h:40:37: error: operator '&&' has no right operand
And yes, that's what's in the file:
#if defined(__sparc__) || defined(__sparc) # undef BOOST_ARCH_SPARC # if !defined(BOOST_ARCH_SPARC) && defined(__sparcv9) # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER(9,0,0) # endif # if !defined(BOOST_ARCH_SPARC) && defined(__sparcv8) # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER(8,0,0) # endif # if !defined(BOOST_ARCH_SPARC) && # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER_AVAILABLE # endif #endif
Change History (4)
comment:1 by , 8 years ago
Cc: | added |
---|---|
Version: | Boost 1.54.0 → Boost 1.55.0 |
comment:2 by , 8 years ago
Component: | Building Boost → predef |
---|---|
Keywords: | sparc added; Solaris removed |
Owner: | set to |
Severity: | Problem → Regression |
comment:3 by , 8 years ago
Cc: | removed |
---|
all three dupes of #9423, fixed in predef git at be45c6f54fc22d09937d000819e8943dbd884e59
comment:4 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicates #9831 and #9706.