[Bug c++/45011] template function specialization: does not respect access specifier

2020-03-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45011 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/45011] template function specialization: does not respect access specifier

2010-07-24 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c++/45011] template function specialization: does not respect access specifier

2010-07-20 Thread pinskia at gcc dot gnu dot org
--- 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);