Never put a using declaration at global scope in a header file. Every file that includes this header will get that using declaration, which can cause name conflicts.
IMO, it's way easier to learn to...