Are ProjectConstants::CONSTANT1 and ProjectConstants::CONSTANT2 declared in the global namespace or not?
A using declaration introduces names to the current namespace, so in this case yes, they are indeed in the global namespace for that particular translation unit.