Skip to content

Commit a2e8204

Browse files
jwakelytkoeppe
authored andcommitted
[range.utility.conv.to] Add terminating condition for first bullet
We currently fail to say what happens if the first bullet is true, but then none of its sub-bullets is true.
1 parent 78635c9 commit a2e8204

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/ranges.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2336,6 +2336,8 @@
23362336
c.reserve(static_cast<range_size_t<C>>(ranges::size(r)));
23372337
ranges::copy(r, @\exposid{container-inserter}@<range_reference_t<R>>(c));
23382338
\end{codeblock}
2339+
\item
2340+
Otherwise, the program is ill-formed.
23392341
\end{itemize}
23402342

23412343
\item

0 commit comments

Comments
 (0)