C++ Logo

std-proposals

Advanced search

Re: [std-proposals] operator typename+ (Tuple -> ParamPack)

From: Frederick Virchanza Gotham <cauldwell.thomas_at_[hidden]>
Date: Sun, 12 Nov 2023 17:18:45 +0000
On Sunday, November 12, 2023, Frederick Virchanza Gotham wrote:

>
> What if the C++ language were to be augmented so that this line could be
> simplified to the following:
>
> NeedsParamPack< Tup+ >::T npp;
>


That's a typo, I meant to write:

     NeedsParamPack< Tup+ > npp;

Received on 2023-11-12 17:18:47