boostorg / boost

Super-project for modularized Boost
https://github.com/boostorg/wiki/wiki/Getting-Started%3A-Overview
Boost Software License 1.0
7.07k stars 1.74k forks source link

Missing ')' in libs/predef/include/boost/predef/architecture/sparc.h #532

Open Zawullon opened 3 years ago

Zawullon commented 3 years ago

Hi, There is missing ')' in file libs/predef/include/boost/predef/architecture/sparc.h

...
#   if !defined(BOOST_ARCH_SPARC) && (defined(__sparcv9) || defined(__sparc_v9__)
...
#   if !defined(BOOST_ARCH_SPARC) && (defined(__sparcv8) || defined(__sparc_v8__)
...
thesamesam commented 3 years ago

See https://github.com/boostorg/predef/commit/1be0e4a2d8db15a405f64a6f65507b87c1be7e1a. We had to apply this downstream in Gentoo: https://github.com/gentoo/gentoo/commit/e420d181a07a0dcfef293eb85dc299511daf85cd.