diff options
author | neksard <neksard@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
commit | 1d9c550e7c38e051d7961f576013a482003a70d9 (patch) | |
tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /contrib/restricted/boost/libs/locale/src/posix/codecvt.hpp | |
parent | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (diff) | |
download | ydb-1d9c550e7c38e051d7961f576013a482003a70d9.tar.gz |
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted/boost/libs/locale/src/posix/codecvt.hpp')
-rw-r--r-- | contrib/restricted/boost/libs/locale/src/posix/codecvt.hpp | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/contrib/restricted/boost/libs/locale/src/posix/codecvt.hpp b/contrib/restricted/boost/libs/locale/src/posix/codecvt.hpp index 1bc3357263..976c07e32e 100644 --- a/contrib/restricted/boost/libs/locale/src/posix/codecvt.hpp +++ b/contrib/restricted/boost/libs/locale/src/posix/codecvt.hpp @@ -1,28 +1,28 @@ -// -// 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_POSIX_CODECVT_HPP -#define BOOST_LOCALE_IMPL_POSIX_CODECVT_HPP -#include <boost/locale/config.hpp> -#include <boost/locale/util.hpp> - -#include <memory> -#include <string> - -namespace boost { -namespace locale { -namespace impl_posix { - BOOST_LOCALE_DECL - util::base_converter *create_iconv_converter(std::string const &encoding); - -} // impl_posix -} // 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_POSIX_CODECVT_HPP +#define BOOST_LOCALE_IMPL_POSIX_CODECVT_HPP +#include <boost/locale/config.hpp> +#include <boost/locale/util.hpp> + +#include <memory> +#include <string> + +namespace boost { +namespace locale { +namespace impl_posix { + BOOST_LOCALE_DECL + util::base_converter *create_iconv_converter(std::string const &encoding); + +} // impl_posix +} // locale +} // boost + +#endif +// vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 + |