boostorg / boost

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

Build failed with Clang 16.0.0 #857

Closed DevTester888 closed 7 months ago

DevTester888 commented 9 months ago

I get an build error. The log message is "integer value -1 is outside the valid range of values [0, 3] for this enumeration type" in integral_wrapper.hpp. This is a new clang feature, https://releases.llvm.org/16.0.0/tools/clang/docs/ReleaseNotes.html#id87 . Has any idea for this issue? Please help me, thanks.

boost_build_error
pavel-trafimuk commented 8 months ago

Have the same issue

haronaut commented 7 months ago

same here clang 18

mclow commented 7 months ago

This is a duplicate of https://github.com/boostorg/mpl/issues/69