https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45011
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
--- Comment #2 from pinskia at gcc dot gnu dot org 2010-07-24 20:21 ---
Confirmed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCON
--- Comment #1 from pinskia at gcc dot gnu dot org 2010-07-20 21:54 ---
Comeau online gives an error:
"ComeauTest.c", line 6: error: type "C::Private" (declared at line 3) is
inaccessible
template void function(typename T::Private);