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 7558092 commit 9cc50c1Copy full SHA for 9cc50c1
source/containers.tex
@@ -11236,7 +11236,11 @@
11236
requirements\iref{random.access.iterators},
11237
and
11238
meets the requirements for
11239
-constexpr iterators\iref{iterator.requirements.general}.
+constexpr iterators\iref{iterator.requirements.general},
11240
+whose value type is \tcode{value_type} and
11241
+whose reference type is \tcode{reference}.
11242
+
11243
+\pnum
11244
All requirements on container iterators\iref{container.requirements} apply to
11245
\tcode{span::iterator} as well.
11246
\end{itemdescr}
0 commit comments