I have a C++/WinRT base class that I need to subclass. My problem is that I don\'t manage to call the base class\'s protected constructor from the subclass.
That base