http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55655
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2012-12-11
Ever Confirmed|0 |1
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-12-11
20:48:56 UTC ---
(In reply to comment #0)
> Let us say I have a generic template class, e.g. my_smart_ptr. Let us also say
> I have a class 'foo', 'clas foo : public my_smart_ptr<bar>' that is part of
> some library public API. And last, let us say that 'foo' needs to specialize
> 'my_smart_ptr<bar>'.
Please provide some code instead of saying it. It's much easier to talk about
concrete examples, with the compiler commands used.