]> AND Private Git Repository - canny.git/blob - stc/exp/ml_stc_linux_make_v1.0/include/boost/program_options/detail/utf8_codecvt_facet.hpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
ed2ec037b7bf1a2a15a0cf7607d7497253ee68a2
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / program_options / detail / utf8_codecvt_facet.hpp
1 // Copyright (c) 2001 Ronald Garcia, Indiana University (garcia@osl.iu.edu)\r
2 // Andrew Lumsdaine, Indiana University (lums@osl.iu.edu). Permission to copy, \r
3 // use, modify, sell and distribute this software is granted provided this\r
4 // copyright notice appears in all copies. This software is provided "as is"\r
5 // without express or implied warranty, and with no claim as to its suitability\r
6 // for any purpose.\r
7 \r
8 #ifndef BOOST_PROGRAM_OPTIONS_UTF8_CODECVT_FACET_HPP\r
9 #define BOOST_PROGRAM_OPTIONS_UTF8_CODECVT_FACET_HPP\r
10 \r
11 #include <boost/program_options/config.hpp>\r
12 \r
13 #define BOOST_UTF8_BEGIN_NAMESPACE \\r
14      namespace boost { namespace program_options { namespace detail {\r
15 \r
16 #define BOOST_UTF8_END_NAMESPACE }}}\r
17 #define BOOST_UTF8_DECL BOOST_PROGRAM_OPTIONS_DECL\r
18 \r
19 #include <boost/detail/utf8_codecvt_facet.hpp>\r
20 \r
21 #undef BOOST_UTF8_BEGIN_NAMESPACE\r
22 #undef BOOST_UTF8_END_NAMESPACE\r
23 #undef BOOST_UTF8_DECL\r
24 \r
25 #endif\r