home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stl453up.zip / stl453fx / src / string_w.cpp < prev    next >
C/C++ Source or Header  |  2002-04-29  |  549b  |  17 lines

  1. #include "stlport_prefix.h"
  2. #include <stl/_string.h>
  3.  
  4. _STLP_BEGIN_NAMESPACE
  5. # ifndef _STLP_NO_FORCE_INSTANTIATE
  6. #  ifndef _STLP_NO_WCHAR_T
  7. template class _STLP_CLASS_DECLSPEC allocator<wchar_t>;
  8. template class _STLP_CLASS_DECLSPEC _String_base<wchar_t, allocator<wchar_t> >;
  9. # ifdef _STLP_DEBUG
  10. template class _STLP_CLASS_DECLSPEC _Nondebug_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
  11. # endif
  12. template class _STLP_CLASS_DECLSPEC basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
  13. #  endif
  14. # endif
  15. _STLP_END_NAMESPACE
  16.  
  17.