blob: 5e8251cb65cee67f3b68cd4c7ee58c7569d0792c [file] [log] [blame]
Jeff Thompson86b6d642013-10-17 15:01:56 -07001// Copyright (c) 2001 Ronald Garcia, Indiana University (garcia@osl.iu.edu)
2// Andrew Lumsdaine, Indiana University (lums@osl.iu.edu).
3
4// Distributed under the Boost Software License, Version 1.0.
5// (See http://www.boost.org/LICENSE_1_0.txt)
6
7#ifndef NDNBOOST_FILESYSTEM_UTF8_CODECVT_FACET_HPP
8#define NDNBOOST_FILESYSTEM_UTF8_CODECVT_FACET_HPP
9
10#include <ndnboost/filesystem/config.hpp>
11
12#define NDNBOOST_UTF8_BEGIN_NAMESPACE \
13 namespace ndnboost { namespace filesystem { namespace detail {
14
15#define NDNBOOST_UTF8_END_NAMESPACE }}}
16#define NDNBOOST_UTF8_DECL NDNBOOST_FILESYSTEM_DECL
17
18#include <ndnboost/detail/utf8_codecvt_facet.hpp>
19
20#undef NDNBOOST_UTF8_BEGIN_NAMESPACE
21#undef NDNBOOST_UTF8_END_NAMESPACE
22#undef NDNBOOST_UTF8_DECL
23
24#endif