File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,10 @@ C++ Specific Potentially Breaking Changes
6666- A workaround for libstdc++4.7 has been removed. Note that 4.8.3 remains the oldest
6767 supported libstdc++ version.
6868- Added ``!nonnull/!align `` metadata to load of references for better codegen.
69- - Checking for int->enum conversions in constant expressions is more strict;
70- in particular, ``const E x = (E)-1; `` is not treated as a constant if it's
71- out of range. This impacts old versions of Boost. (#GH143034)
69+ - Checking for integer to enum conversions in constant expressions is more
70+ strict; in particular, ``const E x = (E)-1; `` is not treated as a constant
71+ if it's out of range. The Boost numeric_conversion library is impacted by
72+ this; it was fixed in Boost 1.81. (#GH143034)
7273
7374ABI Changes in This Version
7475---------------------------
You can’t perform that action at this time.
0 commit comments