Boost C++ Libraries: Ticket #10120: [1.55] invalid /boost/predef/architecture/sparc.h https://svn.boost.org/trac10/ticket/10120 <p> When compiling i get: </p> <pre class="wiki">./boost/predef/architecture/sparc.h:40:37: error: operator '&amp;&amp;' has no right operand </pre><p> And yes, that's what's in the file: </p> <pre class="wiki">#if defined(__sparc__) || defined(__sparc) # undef BOOST_ARCH_SPARC # if !defined(BOOST_ARCH_SPARC) &amp;&amp; defined(__sparcv9) # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER(9,0,0) # endif # if !defined(BOOST_ARCH_SPARC) &amp;&amp; defined(__sparcv8) # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER(8,0,0) # endif # if !defined(BOOST_ARCH_SPARC) &amp;&amp; # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER_AVAILABLE # endif #endif </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10120 Trac 1.4.3 nkennedy@… Thu, 19 Jun 2014 00:20:49 GMT version changed; cc set https://svn.boost.org/trac10/ticket/10120#comment:1 https://svn.boost.org/trac10/ticket/10120#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">nkennedy@…</span> added </li> <li><strong>version</strong> <span class="trac-field-old">Boost 1.54.0</span> → <span class="trac-field-new">Boost 1.55.0</span> </li> </ul> Ticket nkennedy@… Thu, 19 Jun 2014 00:26:03 GMT keywords, component, severity changed; owner set https://svn.boost.org/trac10/ticket/10120#comment:2 https://svn.boost.org/trac10/ticket/10120#comment:2 <ul> <li><strong>keywords</strong> sparc added; Solaris removed </li> <li><strong>owner</strong> set to <span class="trac-author">René Rivera</span> </li> <li><strong>component</strong> <span class="trac-field-old">Building Boost</span> → <span class="trac-field-new">predef</span> </li> <li><strong>severity</strong> <span class="trac-field-old">Problem</span> → <span class="trac-field-new">Regression</span> </li> </ul> <p> Duplicates <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/9831" title="#9831: Bugs: Compilation on sparc architecture (closed: fixed)">#9831</a> and <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/9706" title="#9706: Bugs: Incomplete source code line in predef/architecture/sparc.h (closed: fixed)">#9706</a>. </p> Ticket nkennedy@… Thu, 19 Jun 2014 00:48:18 GMT cc deleted https://svn.boost.org/trac10/ticket/10120#comment:3 https://svn.boost.org/trac10/ticket/10120#comment:3 <ul> <li><strong>cc</strong> <span class="trac-author">nkennedy@…</span> removed </li> </ul> <p> all three dupes of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/9423" title="#9423: Patches: Sparc build fail due to no Endianness (closed: fixed)">#9423</a>, fixed in predef git at be45c6f54fc22d09937d000819e8943dbd884e59 </p> Ticket René Rivera Sat, 27 Dec 2014 14:34:38 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/10120#comment:4 https://svn.boost.org/trac10/ticket/10120#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket