You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you've got a templated class that inherits from a templated base
class. The derived class can't see a data member in_base of the base
class. Why not? How many ways are there to fix it and what are they.