michael@0: /* michael@0: * Copyright (c) 1999 michael@0: * Silicon Graphics Computer Systems, Inc. michael@0: * michael@0: * Copyright (c) 1999 michael@0: * Boris Fomitchev michael@0: * michael@0: * This material is provided "as is", with absolutely no warranty expressed michael@0: * or implied. Any use is at your own risk. michael@0: * michael@0: * Permission to use or copy this software for any purpose is hereby granted michael@0: * without fee, provided the above notices are retained on all copies. michael@0: * Permission to modify the code and to distribute modified code is granted, michael@0: * provided the above notices are retained, and a notice that the code was michael@0: * modified is included with the above copyright notice. michael@0: * michael@0: */ michael@0: #include "stlport_prefix.h" michael@0: michael@0: #include michael@0: michael@0: _STLP_BEGIN_NAMESPACE michael@0: michael@0: #if !defined(_STLP_NO_FORCE_INSTANTIATE) michael@0: michael@0: // instantiations michael@0: template class _STLP_CLASS_DECLSPEC basic_ostream >; michael@0: michael@0: # if defined (_STLP_USE_TEMPLATE_EXPORT) michael@0: template class _STLP_CLASS_DECLSPEC _Osentry >; michael@0: # endif michael@0: michael@0: #ifndef _STLP_NO_WCHAR_T michael@0: michael@0: # if defined (_STLP_USE_TEMPLATE_EXPORT) michael@0: template class _STLP_CLASS_DECLSPEC _Osentry >; michael@0: # endif michael@0: template class _STLP_CLASS_DECLSPEC basic_ostream >; michael@0: #endif michael@0: michael@0: #endif michael@0: michael@0: _STLP_END_NAMESPACE michael@0: michael@0: // Local Variables: michael@0: // mode:C++ michael@0: // End: