Is Bjarne implying that using-directives make it impossible to qualify names in that namespace later?
Am I misunderstanding, Bjarne’s 2nd edition Chapter 3 of A Tour of C++ section on namespaces as it seems to imply that once a using-directive is used, we can’t qualify it?