Skip to content

Commit 86164be

Browse files
committed
Use Hewills own revised link
1 parent b29b82e commit 86164be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4242.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
After LWG <iref ref="3664"/>, `ranges::distance` computes the distance between `last` and `first`
1616
by returning <code>last - static_cast&lt;const decay_t&lt;I&gt;&amp;&gt;(first)</code> when the
1717
two are subtractable. However, this will cause a hard error if <code>first</code> is volatile-qualified
18-
(<a href="https://godbolt.org/z/5M3d9rMjE">demo</a>):
18+
(<a href="https://godbolt.org/z/Pz1cGxKEW">demo</a>):
1919
</p>
2020
<blockquote><pre>
2121
#include &lt;iterator&gt;

0 commit comments

Comments
 (0)