Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e4945 commit 4ea21a0Copy full SHA for 4ea21a0
1 file changed
clang/docs/ReleaseNotes.rst
@@ -59,6 +59,18 @@ C++ Specific Potentially Breaking Changes
59
- Clang now performs semantic analysis for unary operators with dependent operands
60
that are known to be of non-class non-enumeration type prior to instantiation.
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
74
ABI Changes in This Version
75
---------------------------
76
- Fixed Microsoft name mangling of implicitly defined variables used for thread
0 commit comments