Created on 2016-07-17.00:00:00 last changed 47 months ago
The current wording is not clear how to declare that a nested class template of a class template is a friend of its containing template. For example, is
template <class T> struct C { template <bool b> class Foo; template <bool b> friend class Foo; };
correct, or should it be
template <class T> struct C { template <bool b> class Foo; template <class X> template <bool b> friend class C<X>::Foo; };
Rationale (June, 2018)
The submitter asked that the issue be withdrawn.
History | |||
---|---|---|---|
Date | User | Action | Args |
2020-12-15 00:00:00 | admin | set | status: open -> nad |
2016-07-17 00:00:00 | admin | create |