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 c45eda6 commit f9a9f81Copy full SHA for f9a9f81
clang/docs/ReleaseNotes.rst
@@ -104,7 +104,7 @@ C++ Specific Potentially Breaking Changes
104
result is that anyone who is compiling with ``-Werror`` should see this
105
diagnostic. To fix this diagnostic, simply removing the space character from
106
between the ``operator""`` and the user defined literal name will make the
107
- source no longer deprecated. This is consistent with CWG2521.
+ source no longer deprecated. This is consistent with `CWG2521 <https://cplusplus.github.io/CWG/issues/2521.html>_`.
108
109
.. code-block:: c++
110
0 commit comments