From 614ab48981e29732567bb7043de151bbc6d34ab3 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 19 Sep 2023 13:36:52 +0100 Subject: [PATCH] [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. --- source/ranges.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/ranges.tex b/source/ranges.tex index c0e0f45688..2a455af9e2 100644 --- a/source/ranges.tex +++ b/source/ranges.tex @@ -2336,6 +2336,8 @@ c.reserve(static_cast>(ranges::size(r))); ranges::copy(r, @\exposid{container-inserter}@>(c)); \end{codeblock} +\item +Otherwise, the program is ill-formed. \end{itemize} \item