Skip to content

Commit f9a9f81

Browse files
erichkeaneEndilll
andauthored
Update clang/docs/ReleaseNotes.rst
Co-authored-by: Vlad Serebrennikov <[email protected]>
1 parent c45eda6 commit f9a9f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ C++ Specific Potentially Breaking Changes
104104
result is that anyone who is compiling with ``-Werror`` should see this
105105
diagnostic. To fix this diagnostic, simply removing the space character from
106106
between the ``operator""`` and the user defined literal name will make the
107-
source no longer deprecated. This is consistent with CWG2521.
107+
source no longer deprecated. This is consistent with `CWG2521 <https://cplusplus.github.io/CWG/issues/2521.html>_`.
108108

109109
.. code-block:: c++
110110

0 commit comments

Comments
 (0)