Yes it's really bad, read this: https://stackoverflow.com/questions/1452721/why-is-using-namespace-std-considered-bad-practice
Right, the only namespace you could defined in global with using namespace is the user-defined character-literal under the namespace. Like std::string_literal or std::chrono_literal
Обсуждают сегодня