Sha256: a9fac01476895cddb0ecae9b886c42853b7f0d4c343d1794a557090a06d125d5

Contents?: true

Size: 1.67 KB

Versions: 135

Compression:

Stored size: 1.67 KB

Contents

/*
 * Copyright (c) 1999
 * Silicon Graphics Computer Systems, Inc.
 *
 * Copyright (c) 1999
 * Boris Fomitchev
 *
 * This material is provided "as is", with absolutely no warranty expressed
 * or implied. Any use is at your own risk.
 *
 * Permission to use or copy this software for any purpose is hereby granted
 * without fee, provided the above notices are retained on all copies.
 * Permission to modify the code and to distribute modified code is granted,
 * provided the above notices are retained, and a notice that the code was
 * modified is included with the above copyright notice.
 *
 */
#include "stlport_prefix.h"

#include <sstream>

_STLP_BEGIN_NAMESPACE

#if !defined (_STLP_NO_FORCE_INSTANTIATE)

// Force instantiation of stringstream classes.
template class _STLP_CLASS_DECLSPEC basic_stringbuf<char, char_traits<char>, allocator<char> >;
template class _STLP_CLASS_DECLSPEC basic_ostringstream<char, char_traits<char>, allocator<char> >;
template class _STLP_CLASS_DECLSPEC basic_istringstream<char, char_traits<char>, allocator<char> >;
template class _STLP_CLASS_DECLSPEC basic_stringstream<char, char_traits<char>, allocator<char> >;

#  if !defined (_STLP_NO_WCHAR_T)
template class _STLP_CLASS_DECLSPEC basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
template class _STLP_CLASS_DECLSPEC basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
template class _STLP_CLASS_DECLSPEC basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
template class _STLP_CLASS_DECLSPEC basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
#  endif

#endif

_STLP_END_NAMESPACE

// Local Variables:
// mode:C++
// End:

Version data entries

135 entries across 135 versions & 2 rubygems

Version Path
rhodes-2.0.0.beta7 platform/shared/stlport/src/sstream.cpp
rhodes-2.0.0.beta6 platform/shared/stlport/src/sstream.cpp
rhodes-2.0.0.beta4 platform/shared/stlport/src/sstream.cpp
rhodes-2.0.0.beta3 platform/shared/stlport/src/sstream.cpp
rhodes-1.5.5 platform/shared/stlport/src/sstream.cpp
rhodes-2.0.0.beta2 platform/shared/stlport/src/sstream.cpp
rhodes-2.0.0.beta1 platform/shared/stlport/src/sstream.cpp
rhodes-1.5.4 platform/shared/stlport/src/sstream.cpp
rhodes-1.5.3 platform/shared/stlport/src/sstream.cpp
rhodes-1.5.2 platform/shared/stlport/src/sstream.cpp
rhodes-1.5.1 platform/shared/stlport/src/sstream.cpp
rhodes-1.5.0 platform/shared/stlport/src/sstream.cpp
rhodes-1.4.2 platform/shared/stlport/src/sstream.cpp
rhodes-1.4.1 platform/shared/stlport/src/sstream.cpp
rhodes-1.4.0 platform/shared/stlport/src/sstream.cpp