-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
Fully Compatible
-
Programmability 2024-11-25
Clang 19 warns with -Wenum-constexpr-conversion in src/third_party/boost/boost/mpl/aux_/integral_wrapper.hpp from a number of locations due to wrapping enums with the integral wrapper, which tries to typedef values outside of the bounds of the enum. Suppress the warning.
- is related to
-
SERVER-85825 Build failure with llvm.org clang 16+ due to boost error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type
- Backlog