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 /contrib/restricted | |
parent | 13231195541e6efdccc9379a43890c81842dfc7b (diff) | |
download | ydb-43e23506adf5274b3d7c5b776e6c8bbfe6bbdec0.tar.gz |
Restoring authorship annotation for <mkwiczala@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted')
-rw-r--r-- | contrib/restricted/boost/boost/detail/basic_pointerbuf.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |