Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:30:50

0001 // Copyright (c) 2001 Ronald Garcia, Indiana University (garcia@osl.iu.edu)
0002 // Andrew Lumsdaine, Indiana University (lums@osl.iu.edu).
0003 
0004 // Distributed under the Boost Software License, Version 1.0.
0005 // (See http://www.boost.org/LICENSE_1_0.txt)
0006 
0007 #ifndef BOOST_FILESYSTEM_UTF8_CODECVT_FACET_HPP
0008 #define BOOST_FILESYSTEM_UTF8_CODECVT_FACET_HPP
0009 
0010 #include <boost/filesystem/config.hpp>
0011 
0012 #include <boost/filesystem/detail/header.hpp>
0013 
0014 #define BOOST_UTF8_BEGIN_NAMESPACE \
0015     namespace boost { \
0016     namespace filesystem { \
0017     namespace detail {
0018 
0019 #define BOOST_UTF8_END_NAMESPACE \
0020     } \
0021     } \
0022     }
0023 #define BOOST_UTF8_DECL BOOST_FILESYSTEM_DECL
0024 
0025 #include <boost/detail/utf8_codecvt_facet.hpp>
0026 
0027 #undef BOOST_UTF8_BEGIN_NAMESPACE
0028 #undef BOOST_UTF8_END_NAMESPACE
0029 #undef BOOST_UTF8_DECL
0030 
0031 #include <boost/filesystem/detail/footer.hpp>
0032 
0033 #endif // BOOST_FILESYSTEM_UTF8_CODECVT_FACET_HPP