lib-rw.lnt
上传用户:filter2008
上传日期:2010-03-12
资源大小:2959k
文件大小:1k
源码类别:

编辑器/阅读器

开发平台:

C/C++

  1. //  lib-rw.lnt
  2. //  Library Options file for Rogue Wave's Tools.h++
  3. -esym(534,*operator<<,*operator>>)  // ignore return value.
  4. -esym(1702,operator<<,operator>>)   // both member and non-member ops
  5. -elib(1707)     // static omitted from declaration of operator new
  6. -elib(1725)     // references as data members within classes
  7. -elibsym(1749)  // base class need not be virtual
  8. -elibsym(1512)  // non virtual destructor
  9. -header(lib-rw.h)   // force the inclusion of header for each module
  10. -template(2)        // allow recursive template definition
  11. // -dRW_MULTI_THREAD  // uncomment this if you are using multi-threading