source: NonGTP/Boost/boost/archive/detail/utf8_codecvt_facet.hpp @ 857

Revision 857, 887 bytes checked in by igarcia, 18 years ago (diff)
Line 
1// Copyright © 2001 Ronald Garcia, Indiana University (garcia@osl.iu.edu)
2// Andrew Lumsdaine, Indiana University (lums@osl.iu.edu). Permission to copy,
3// use, modify, sell and distribute this software is granted provided this
4// copyright notice appears in all copies. This software is provided "as is"
5// without express or implied warranty, and with no claim as to its suitability
6// for any purpose.
7
8#ifndef BOOST_ARCHIVE_DETAIL_UTF8_CODECVT_FACET_HPP
9#define BOOST_ARCHIVE_DETAIL_UTF8_CODECVT_FACET_HPP
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
16#include <boost/detail/utf8_codecvt_facet.hpp>
17
18#undef BOOST_UTF8_END_NAMESPACE
19#undef BOOST_UTF8_DECL
20#undef BOOST_UTF8_BEGIN_NAMESPACE
21
22#endif // BOOST_ARCHIVE_DETAIL_UTF8_CODECVT_FACET_HPP
Note: See TracBrowser for help on using the repository browser.