Date: Wed, 30 Oct 2019 21:40:35 +0000
>
> template <class shama, class lama>
> struct X;
>
> template <class ding, class dong>
> struct X;
>
> template <class RealNames, class GoHere>
> struct X
> {
> };
>
Since my proposal essentially makes
using RealNames = _RealNames
using GoHere = GoHere_
implicitly generated, then answer to your question is the names of the last
X class.
> template <class shama, class lama>
> struct X;
>
> template <class ding, class dong>
> struct X;
>
> template <class RealNames, class GoHere>
> struct X
> {
> };
>
Since my proposal essentially makes
using RealNames = _RealNames
using GoHere = GoHere_
implicitly generated, then answer to your question is the names of the last
X class.
Received on 2019-10-30 16:43:19