os/ossrv/stdcpp/src/string_w.cpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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