[Bug c++/82478] Rejects valid access to private member type that should be allowed by friend
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Oct 17 10:50:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82478
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The template argument list of ::HasPrivate<T, void_t<typename T::PRIVATE>> is
not a base-specifier.
More information about the Gcc-bugs
mailing list