diff options
author | neksard <neksard@yandex-team.ru> | 2022-02-10 16:45:23 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:23 +0300 |
commit | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (patch) | |
tree | 83bf5c8c8047c42d8475e6095df90ccdc3d1b57f /contrib/restricted/boost/libs/locale/src/icu/codecvt.hpp | |
parent | d3a398281c6fd1d3672036cb2d63f842d2cb28c5 (diff) | |
download | ydb-8f7cf138264e0caa318144bf8a2c950e0b0a8593.tar.gz |
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/restricted/boost/libs/locale/src/icu/codecvt.hpp')
-rw-r--r-- | contrib/restricted/boost/libs/locale/src/icu/codecvt.hpp | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/contrib/restricted/boost/libs/locale/src/icu/codecvt.hpp b/contrib/restricted/boost/libs/locale/src/icu/codecvt.hpp index 1e39879019..41a91aad68 100644 --- a/contrib/restricted/boost/libs/locale/src/icu/codecvt.hpp +++ b/contrib/restricted/boost/libs/locale/src/icu/codecvt.hpp @@ -1,24 +1,24 @@ -// -// Copyright (c) 2009-2011 Artyom Beilis (Tonkikh) -// -// Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -#ifndef BOOST_LOCALE_IMPL_ICU_CODECVT_HPP -#define BOOST_LOCALE_IMPL_ICU_CODECVT_HPP -#include <boost/locale/config.hpp> -#include <boost/locale/util.hpp> -#include <memory> -namespace boost { -namespace locale { -namespace impl_icu { - BOOST_LOCALE_DECL - util::base_converter *create_uconv_converter(std::string const &encoding); - -} // impl_icu -} // locale -} // boost - -#endif -// vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 +// +// Copyright (c) 2009-2011 Artyom Beilis (Tonkikh) +// +// Distributed under the Boost Software License, Version 1.0. (See +// accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) +// +#ifndef BOOST_LOCALE_IMPL_ICU_CODECVT_HPP +#define BOOST_LOCALE_IMPL_ICU_CODECVT_HPP +#include <boost/locale/config.hpp> +#include <boost/locale/util.hpp> +#include <memory> +namespace boost { +namespace locale { +namespace impl_icu { + BOOST_LOCALE_DECL + util::base_converter *create_uconv_converter(std::string const &encoding); + +} // impl_icu +} // locale +} // boost + +#endif +// vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 |