Date: Sun, 22 Mar 2026 10:58:38 +0000
On Sun, 22 Mar 2026, 10:40 Ell via Std-Proposals, <
std-proposals_at_[hidden]> wrote:
> On Sunday, March 22nd, 2026 at 12:20 PM, Ell via Std-Proposals <
> std-proposals_at_[hidden]> wrote:
>
> > Regarding type requirements, AFAICT the only way to populate a vector of
> > non-move-constructible elements is using the constructor that
> > default-constructs n elements
>
> Actually, scratch that. You can also construct it from a range with a
> convertible type.
>
Yes, I was about to say that :-)
std-proposals_at_[hidden]> wrote:
> On Sunday, March 22nd, 2026 at 12:20 PM, Ell via Std-Proposals <
> std-proposals_at_[hidden]> wrote:
>
> > Regarding type requirements, AFAICT the only way to populate a vector of
> > non-move-constructible elements is using the constructor that
> > default-constructs n elements
>
> Actually, scratch that. You can also construct it from a range with a
> convertible type.
>
Yes, I was about to say that :-)
Received on 2026-03-22 10:58:54
