Skip to content

Commit be8cc6b

Browse files
burblebeetkoeppe
authored andcommitted
LWG3453 Generic code cannot call ranges::advance(i, s)
1 parent a784850 commit be8cc6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/iterators.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,6 +1546,8 @@
15461546

15471547
\item If \tcode{bool(i != s)} then \tcode{i} is dereferenceable and
15481548
\range{++i}{s} denotes a range.
1549+
1550+
\item \tcode{assignable_from<I\&, S>} is either modeled or not satisfied.
15491551
\end{itemize}
15501552
\end{itemdescr}
15511553

0 commit comments

Comments
 (0)