id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 10120,[1.55] invalid /boost/predef/architecture/sparc.h,FBergemann@…,René Rivera,"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 }}} ",Bugs,closed,To Be Determined,predef USE GITHUB,Boost 1.55.0,Regression,fixed,sparc,