We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0452f commit d5cf39dCopy full SHA for d5cf39d
clang/docs/ReleaseNotes.rst
@@ -103,14 +103,14 @@ C++ Specific Potentially Breaking Changes
103
104
.. code-block:: c++
105
106
- struct A {
107
- virtual const int *f() const;
108
- };
109
- struct B : A {
110
- // Return type has less cv-qualification but doesn't point to a class.
111
- // Error will be generated.
112
- int *f() const override;
113
+ struct A {
+ virtual const int *f() const;
+ };
+ struct B : A {
+ // Return type has less cv-qualification but doesn't point to a class.
+ // Error will be generated.
+ int *f() const override;
114
115
ABI Changes in This Version
116
---------------------------
0 commit comments