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 | 0b3d237d20c471c1434c7ff7ce89baea6a46ce48 (patch) | |
tree | 65fac4b2ad1d44c962a0b954d46700251d67efcd /contrib/restricted | |
parent | 81f9f6d9cc09b63d4a2427eff8d15d120aeadc41 (diff) | |
download | ydb-0b3d237d20c471c1434c7ff7ce89baea6a46ce48.tar.gz |
Restoring authorship annotation for <pavelgolubev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/restricted')
-rw-r--r-- | contrib/restricted/boost/boost/multiprecision/cpp_int.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/boost/multiprecision/cpp_int.hpp b/contrib/restricted/boost/boost/multiprecision/cpp_int.hpp index 8490541159..6bd365bef7 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()); } |