https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111463

Brian Kempa <bckempa at iastate dot edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Brian Kempa <bckempa at iastate dot edu> ---
The unqualified lookup for `Manager` can be resolved either with explicit
visibility of the inheritance:

`class Base : public Manager<EventA> {};`

Or, qualifying the name:

`using Foo = ::Manager<T>;`

Reply via email to