Date: Thu, 4 Apr 2024 21:31:52 +1100
On 3/4/24 23:55, Andrew Schepler wrote:
> > What would an example be of a nodeclspec-function-declaration used in a
> template-declaration ?
>
> template <typename T> C<T>::C();
>
> The point of nodeclspec-function-declaration is to allow non-definition function
> declarations that don't have a syntactic return type in these
> template-related contexts.
...
Thankyou Andrew.S
I mistakenly did 'template <typename T> C<T>::C {};' and got mislead.
> > What would an example be of a nodeclspec-function-declaration used in a
> template-declaration ?
>
> template <typename T> C<T>::C();
>
> The point of nodeclspec-function-declaration is to allow non-definition function
> declarations that don't have a syntactic return type in these
> template-related contexts.
...
Thankyou Andrew.S
I mistakenly did 'template <typename T> C<T>::C {};' and got mislead.
Received on 2024-04-04 10:31:57