I’m trying to publicly derive a class from a template that will make it inherit from a base class and get access on protected members. But before the template is expanded it doesn’t have those rights, so it can’t use a Base member as a template parameter: using Fun = void (*)(); class Base { […]
The post Access on base class of template prior to expansion of the template being derived from appeared first on BlogoSfera.