Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/filesystem/src/utf8_codecvt_facet.hpp @ 69

Last change on this file since 69 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 876 bytes
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_FILESYSTEM_UTF8_CODECVT_FACET_HPP
9#define BOOST_FILESYSTEM_UTF8_CODECVT_FACET_HPP
10
11#include <boost/filesystem/config.hpp>
12
13#define BOOST_UTF8_BEGIN_NAMESPACE \
14     namespace boost { namespace filesystem { namespace detail {
15
16#define BOOST_UTF8_END_NAMESPACE }}}
17#define BOOST_UTF8_DECL BOOST_FILESYSTEM_DECL
18
19#include <boost/detail/utf8_codecvt_facet.hpp>
20
21#undef BOOST_UTF8_BEGIN_NAMESPACE
22#undef BOOST_UTF8_END_NAMESPACE
23#undef BOOST_UTF8_DECL
24
25#endif
Note: See TracBrowser for help on using the repository browser.