在c ++中可以两次包含相同的命名空间吗?编译器不会给出任何错误,但无论如何它仍然会影响
谢谢,
编辑: 我的意思
using namespace std; // . . STUFF using namespace std;
c++ namespaces
c++ ×1
namespaces ×1