Update contrib.
3 * Silicon Graphics Computer Systems, Inc.
8 * This material is provided "as is", with absolutely no warranty expressed
9 * or implied. Any use is at your own risk.
11 * Permission to use or copy this software for any purpose is hereby granted
12 * without fee, provided the above notices are retained on all copies.
13 * Permission to modify the code and to distribute modified code is granted,
14 * provided the above notices are retained, and a notice that the code was
15 * modified is included with the above copyright notice.
19 # include "stlport_prefix.h"
20 // #include <iterator>
26 // Force instantiation of complex I/O functions
28 #if !(defined (_STLP_NO_FORCE_INSTANTIATE) || defined (_STLP_NO_WCHAR_T))
30 _STLP_OPERATOR_SPEC basic_istream<wchar_t, char_traits<wchar_t> >& _STLP_CALL
31 operator>>(basic_istream<wchar_t, char_traits<wchar_t> >&, complex<float>&);
33 _STLP_OPERATOR_SPEC basic_istream<wchar_t, char_traits<wchar_t> >& _STLP_CALL
34 operator>>(basic_istream<wchar_t, char_traits<wchar_t> >&, complex<double>&);
36 #ifndef _STLP_NO_LONG_DOUBLE
37 _STLP_OPERATOR_SPEC basic_istream<wchar_t, char_traits<wchar_t> >& _STLP_CALL
38 operator>>(basic_istream<wchar_t, char_traits<wchar_t> >&, complex<long double>&);
40 _STLP_OPERATOR_SPEC basic_ostream<wchar_t, char_traits<wchar_t> >& _STLP_CALL
41 operator<<(basic_ostream<wchar_t, char_traits<wchar_t> >&, const complex<long double>&);
44 _STLP_OPERATOR_SPEC basic_ostream<wchar_t, char_traits<wchar_t> >& _STLP_CALL
45 operator<<(basic_ostream<wchar_t, char_traits<wchar_t> >&, const complex<float>&);
47 _STLP_OPERATOR_SPEC basic_ostream<wchar_t, char_traits<wchar_t> >& _STLP_CALL
48 operator<<(basic_ostream<wchar_t, char_traits<wchar_t> >&, const complex<double>&);
50 # endif /* _STLP_NO_WCHAR_T */