Opened 8 years ago

Closed 8 years ago

#10120 closed Bugs (fixed)

[1.55] invalid /boost/predef/architecture/sparc.h

Reported by: FBergemann@… 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 nkennedy@…, 8 years ago

Cc: nkennedy@… added
Version: Boost 1.54.0Boost 1.55.0

comment:2 by nkennedy@…, 8 years ago

Component: Building Boostpredef
Keywords: sparc added; Solaris removed
Owner: set to René Rivera
Severity: ProblemRegression

Duplicates #9831 and #9706.

comment:3 by nkennedy@…, 8 years ago

Cc: nkennedy@… removed

all three dupes of #9423, fixed in predef git at be45c6f54fc22d09937d000819e8943dbd884e59

comment:4 by René Rivera, 8 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.