When to use explicit global namepsace vs explicit std namepsace
I am extracting a section of a library I want and that library has its own identifiers that are commonly used in c++ standard headers. For example it has its own atoi, itoa, uint32_t, etc. within a library specific namespace
