Update contrib.
2 * © Portions copyright (c) 2006-2007 Nokia Corporation. All rights reserved.
4 * Silicon Graphics Computer Systems, Inc.
9 * This material is provided "as is", with absolutely no warranty expressed
10 * or implied. Any use is at your own risk.
12 * Permission to use or copy this software for any purpose is hereby granted
13 * without fee, provided the above notices are retained on all copies.
14 * Permission to modify the code and to distribute modified code is granted,
15 * provided the above notices are retained, and a notice that the code was
16 * modified is included with the above copyright notice.
19 # include "stlport_prefix.h"
20 #include <stl/_ostream.h>
24 #if !defined(_STLP_NO_FORCE_INSTANTIATE)
27 template class _STLP_CLASS_DECLSPEC basic_ostream<char, char_traits<char> >;
29 template basic_ostream<char, char_traits<char> >& _STLP_CALL
30 _M_put_num(basic_ostream<char, char_traits<char> >&, long);
31 template basic_ostream<char, char_traits<char> >& _STLP_CALL
32 _M_put_num(basic_ostream<char, char_traits<char> >&, unsigned long);
33 # if defined (_STLP_LONG_LONG)
34 template basic_ostream<char, char_traits<char> >& _STLP_CALL
35 _M_put_num(basic_ostream<char, char_traits<char> >&, unsigned _STLP_LONG_LONG);
36 template basic_ostream<char, char_traits<char> >& _STLP_CALL
37 _M_put_num(basic_ostream<char, char_traits<char> >&, _STLP_LONG_LONG);
40 # if defined (_STLP_USE_TEMPLATE_EXPORT)
41 template class _STLP_CLASS_DECLSPEC _Osentry<char, char_traits<char> >;
44 #ifndef _STLP_NO_WCHAR_T
46 # if defined (_STLP_USE_TEMPLATE_EXPORT)
47 template class _STLP_CLASS_DECLSPEC _Osentry<wchar_t, char_traits<wchar_t> >;
49 template class _STLP_CLASS_DECLSPEC basic_ostream<wchar_t, char_traits<wchar_t> >;