File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,18 @@ C++ Specific Potentially Breaking Changes
59
59
- Clang now performs semantic analysis for unary operators with dependent operands
60
60
that are known to be of non-class non-enumeration type prior to instantiation.
61
61
62
+ This change uncovered a bug in libstdc++ 14.1.0 which may cause compile failures
63
+ on systems using that version of libstdc++ and Clang 19, with an error that looks
64
+ something like this:
65
+
66
+ .. code-block :: text
67
+
68
+ <source>:4:5: error: expression is not assignable
69
+ 4 | ++this;
70
+ | ^ ~~~~
71
+
72
+ To fix this, update libstdc++ to version 14.1.1 or greater.
73
+
62
74
ABI Changes in This Version
63
75
---------------------------
64
76
- Fixed Microsoft name mangling of implicitly defined variables used for thread
You can’t perform that action at this time.
0 commit comments