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
66
66
- A workaround for libstdc++4.7 has been removed. Note that 4.8.3 remains the oldest
67
67
supported libstdc++ version.
68
68
- 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)
72
73
73
74
ABI Changes in This Version
74
75
---------------------------
You can’t perform that action at this time.
0 commit comments