Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 207 Bytes

File metadata and controls

3 lines (3 loc) · 207 Bytes

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.