Skip to content

Commit

Permalink
[range.utility.conv.to] Add terminating condition for first bullet
Browse files Browse the repository at this point in the history
We currently fail to say what happens if the first bullet is true, but
then none of its sub-bullets is true.
  • Loading branch information
jwakely authored and tkoeppe committed Oct 7, 2023
1 parent 78635c9 commit a2e8204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/ranges.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2336,6 +2336,8 @@
c.reserve(static_cast<range_size_t<C>>(ranges::size(r)));
ranges::copy(r, @\exposid{container-inserter}@<range_reference_t<R>>(c));
\end{codeblock}
\item
Otherwise, the program is ill-formed.
\end{itemize}

\item
Expand Down

0 comments on commit a2e8204

Please sign in to comment.