home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / lib / g++-include / string < prev    next >
Text File  |  1994-12-22  |  261b  |  12 lines

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