diff options
author | pavelgolubev <pavelgolubev@yandex-team.ru> | 2022-02-10 16:46:27 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:27 +0300 |
commit | 6f0f263753da4db2175d8b66d02619f6a476d319 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c | |
parent | 0b3d237d20c471c1434c7ff7ce89baea6a46ce48 (diff) | |
download | ydb-6f0f263753da4db2175d8b66d02619f6a476d319.tar.gz |
Restoring authorship annotation for <pavelgolubev@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | contrib/libs/poco/Foundation/include/Poco/DeflatingStream.h | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/boost/multiprecision/cpp_int.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/poco/Foundation/include/Poco/DeflatingStream.h b/contrib/libs/poco/Foundation/include/Poco/DeflatingStream.h index ce8ef1d842..5c7b489ead 100644 --- a/contrib/libs/poco/Foundation/include/Poco/DeflatingStream.h +++ b/contrib/libs/poco/Foundation/include/Poco/DeflatingStream.h @@ -23,7 +23,7 @@ #include <istream> #include <ostream> #if defined(POCO_UNBUNDLED) -#include <contrib/libs/zlib/zlib.h> +#include <contrib/libs/zlib/zlib.h> #else #error #include "Poco/zlib.h" #endif diff --git a/contrib/restricted/boost/boost/multiprecision/cpp_int.hpp b/contrib/restricted/boost/boost/multiprecision/cpp_int.hpp index 6bd365bef7..8490541159 100644 --- a/contrib/restricted/boost/boost/multiprecision/cpp_int.hpp +++ b/contrib/restricted/boost/boost/multiprecision/cpp_int.hpp @@ -842,7 +842,7 @@ public: m_sign = false; } } - BOOST_MP_FORCEINLINE void resize(unsigned /*new_size*/, unsigned min_size) + BOOST_MP_FORCEINLINE void resize(unsigned /*new_size*/, unsigned min_size) { detail::verify_new_size(2, min_size, checked_type()); } |