How can I “unuse” a namespace?

后端 未结 7 2276
庸人自扰
庸人自扰 2020-11-29 03:01

One of the vagaries of my development system (Codegear C++Builder) is that some of the auto-generated headers insist on having...

using namespace xyzzy
         


        
7条回答
  •  执念已碎
    2020-11-29 03:39

    For future reference : since the XE version there is a new value that you can #define to avoid the dreaded using namespace System; int the include : DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE

提交回复
热议问题