Is it safe (and correct) in a C++ header file to use the using declaration within a namespace as follows:
#include nam
It will not pollute any other namespaces, but it certainly will pollute the MyNamespace namespace.