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;
>
> 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