diff options
author | mkwiczala <mkwiczala@yandex-team.ru> | 2022-02-10 16:46:21 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:21 +0300 |
commit | 43e23506adf5274b3d7c5b776e6c8bbfe6bbdec0 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c | |
parent | 13231195541e6efdccc9379a43890c81842dfc7b (diff) | |
download | ydb-43e23506adf5274b3d7c5b776e6c8bbfe6bbdec0.tar.gz |
Restoring authorship annotation for <mkwiczala@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | contrib/libs/ya.make | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/boost/detail/basic_pointerbuf.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/ya.make b/contrib/libs/ya.make index 9b24596724..9c4640fdcf 100644 --- a/contrib/libs/ya.make +++ b/contrib/libs/ya.make @@ -175,7 +175,7 @@ RECURSE( libpqxx libpsl libraw - librdkafka + librdkafka librosa-cpp librsvg libsamplerate diff --git a/contrib/restricted/boost/boost/detail/basic_pointerbuf.hpp b/contrib/restricted/boost/boost/detail/basic_pointerbuf.hpp index 83fc3724ea..85618f92ab 100644 --- a/contrib/restricted/boost/boost/detail/basic_pointerbuf.hpp +++ b/contrib/restricted/boost/boost/detail/basic_pointerbuf.hpp @@ -39,7 +39,7 @@ protected: typedef typename base_type::off_type off_type; public: - basic_pointerbuf() : base_type() { this_type::setbuf(0, 0); } + basic_pointerbuf() : base_type() { this_type::setbuf(0, 0); } const charT* getnext() { return this->gptr(); } #ifndef BOOST_NO_USING_TEMPLATE |