How can I “unuse” a namespace?

后端 未结 7 2274
庸人自扰
庸人自扰 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 04:00

    How about using sed, perl or some other command-line tool as part of your build process to modify the generated headers after they are generated but before they are used?

提交回复
热议问题