stdcpp/src/string_w.cpp
changeset 0 e4d67989cc36
child 18 47c74d1534e1
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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