Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/serialization/src/utf8_codecvt_facet.cpp @ 20

Last change on this file since 20 was 12, checked in by landauf, 18 years ago

added boost

File size: 642 bytes
Line 
1// Copyright Vladimir Prus 2004.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt
4// or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6#include <boost/config.hpp>
7#ifdef BOOST_NO_STD_WSTREAMBUF
8#error "wide char i/o not supported on this platform"
9#else
10
11#define BOOST_UTF8_BEGIN_NAMESPACE \
12     namespace boost { namespace archive { namespace detail {
13#define BOOST_UTF8_DECL
14#define BOOST_UTF8_END_NAMESPACE }}}
15#include "../../detail/utf8_codecvt_facet.cpp"
16#undef BOOST_UTF8_END_NAMESPACE
17#undef BOOST_UTF8_DECL
18#undef BOOST_UTF8_BEGIN_NAMESPACE
19
20#endif // BOOST_NO_STD_WSTREAMBUF
21
Note: See TracBrowser for help on using the repository browser.