lib-rw.lnt

来自「PClint,一个非常严格的C/C++编译器, 可以嵌入到VC.GCC等.它甚至」· LNT 代码 · 共 16 行

LNT
16
字号

//  lib-rw.lnt
//  Library Options file for Rogue Wave's Tools.h++

-esym(534,*operator<<,*operator>>)  // ignore return value.
-esym(1702,operator<<,operator>>)   // both member and non-member ops
-elib(1707)     // static omitted from declaration of operator new
-elib(1725)     // references as data members within classes
-elibsym(1749)  // base class need not be virtual
-elibsym(1512)  // non virtual destructor

-header(lib-rw.h)   // force the inclusion of header for each module
-template(2)        // allow recursive template definition

// -dRW_MULTI_THREAD  // uncomment this if you are using multi-threading

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?