home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / libg++-2.7.1-bin.lha / lib / g++-include / std / string.h < prev    next >
C/C++ Source or Header  |  1996-10-12  |  297b  |  14 lines

  1. // Main header for the -*- C++ -*- string classes.
  2.  
  3. #ifndef __STRING__
  4. #define __STRING__
  5.  
  6. #include <std/bastring.h>
  7.  
  8. extern "C++" {
  9. typedef basic_string <char, string_char_traits <char> > string;
  10. // typedef basic_string <wchar_t, string_char_traits <wchar_t> > wstring;
  11. } // extern "C++"
  12.  
  13. #endif
  14.