Part of C++ DR 39: a class member lookup is not ambiguous if it finds the
same type in multiple base classes. Not even if the type is introduced by distinct declarations (for example, two typedef declarations, or a typedef and a class definition).
Loading
Please sign in to comment