]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/locale/src/icu/codecvt.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / locale / src / icu / codecvt.hpp
CommitLineData
7c673cae
FG
1//
2// Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
3//
4// Distributed under the Boost Software License, Version 1.0. (See
5// accompanying file LICENSE_1_0.txt or copy at
6// http://www.boost.org/LICENSE_1_0.txt)
7//
8#ifndef BOOST_LOCALE_IMPL_ICU_CODECVT_HPP
9#define BOOST_LOCALE_IMPL_ICU_CODECVT_HPP
10#include <boost/locale/config.hpp>
11#include <boost/locale/util.hpp>
12#include <memory>
13namespace boost {
14namespace locale {
15namespace impl_icu {
16 BOOST_LOCALE_DECL
11fdf7f2 17 util::base_converter *create_uconv_converter(std::string const &encoding);
7c673cae
FG
18
19} // impl_icu
20} // locale
21} // boost
22
23#endif
24// vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4