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 b29b82e commit 86164beCopy full SHA for 86164be
xml/issue4242.xml
@@ -15,7 +15,7 @@
15
After LWG <iref ref="3664"/>, `ranges::distance` computes the distance between `last` and `first`
16
by returning <code>last - static_cast<const decay_t<I>&>(first)</code> when the
17
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>):
+(<a href="https://godbolt.org/z/Pz1cGxKEW">demo</a>):
19
</p>
20
<blockquote><pre>
21
#include <iterator>
0 commit comments