C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Proposal to allow multiple template parameters packs of different types

From: Edward Catmur <ecatmur_at_[hidden]>
Date: Tue, 15 Nov 2022 22:42:06 +0000
On Mon, 14 Nov 2022 at 13:48, Anoop Rana via Std-Proposals <
std-proposals_at_[hidden]> wrote:

> Attached is the proposal that aims to make the following program
> well-formed:
>
> ```
>
> //----------------------vvvv--------------------->note U Is a nontype template parameter packtemplate<typename... T, bool... U> void f(){
> }int main(){
> f<int, double, true, false>(); //ill-formed as per current wording}
>
> ```
>

I don't see mention of P1985 in your proposal. ISTM that's in the same
space and should be referenced.

The complete proposal with all the necessary details is attached as a pdf
> at the end of this email.
>
>
> Regards,
> Anoop Rana
> --
> Std-Proposals mailing list
> Std-Proposals_at_[hidden]
> https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals
>

Received on 2022-11-15 22:42:20