Can a declaration affect the std namespace?

The language specification allows implementations to implement <cmath> by declaring (and defining) the standard functions in global namespace and then bringing them into namespace std by means of using-declarations. It is unspecified whether this approach is used 20.5.1.2 Headers 4 […] In the C++ standard library, however, the declarations (except for names which are defined … Read more