Subject: [Boost-bugs] [Boost C++ Libraries] #10120: [1.55] invalid /boost/predef/architecture/sparc.h
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-06-12 14:55:03
#10120: [1.55] invalid /boost/predef/architecture/sparc.h
----------------------------+------------------------------
Reporter: FBergemann@⦠| Type: Bugs
Status: new | Milestone: To Be Determined
Component: Building Boost | Version: Boost 1.54.0
Severity: Problem | Keywords: Solaris
----------------------------+------------------------------
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
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10120> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:16 UTC