When using C++ namespaces, do you prefer to explicitly name them, like this:
std::cout << \"Hello, world!\\n\";
Or do you prefer
using at function scope, or if the function is very small (often is), just explicit namespace
using