Consider the code below:
#include <iostream>
Why do I get a compiler error on a qualified call, for example dB::A::tell(); ? It is true that A is the ambiguous base of D , but why does it matter here?
I directly say "call tell() of A of B ". What is ambiguous here?
c ++ language-lawyer multiple-inheritance
Kemal
source share