With using namespace I make the whole contents of that namespace directly visible without using the namespace qualifier. This can cause problems if using
using namespace
using
No, but you can tell your coworkers that you should never have a using directive or declaration in a header.