boost icon indicating copy to clipboard operation
boost copied to clipboard

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

Open Zawullon opened this issue 3 years ago • 1 comments

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__)
...

Zawullon avatar Jul 02 '21 10:07 Zawullon

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

thesamesam avatar Jul 10 '21 10:07 thesamesam