home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stlpt453.zip / STLport-4.5.3 / stlport / config / stl_mlc.h < prev    next >
Text File  |  2001-01-26  |  443b  |  9 lines

  1. // STLport configuration file
  2. // It is internal STLport header - DO NOT include it directly
  3.  
  4. #define _STLP_NO_MEMBER_TEMPLATES               // Compiler does not support member templates
  5. #define _STLP_NO_MEMBER_TEMPLATE_CLASSES        // Compiler does not support member template classes
  6.  
  7. #define _STLP_HAS_NEW_NEW_HEADER
  8. #define _STLP_HAS_NO_NEW_IOSTREAMS              // Native C++ library does not provide new-style templatized iostreams
  9.