diff options
author | Andrey Khalyavin <halyavin@gmail.com> | 2022-02-10 16:46:30 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:30 +0300 |
commit | 4b839d0704ee9be1dabb0310a1f03af24963637b (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/restricted | |
parent | f773626848a7c7456803654292e716b83d69cc12 (diff) | |
download | ydb-4b839d0704ee9be1dabb0310a1f03af24963637b.tar.gz |
Restoring authorship annotation for Andrey Khalyavin <halyavin@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted')
-rw-r--r-- | contrib/restricted/boost/boost/asio/detail/config.hpp | 18 | ||||
-rw-r--r-- | contrib/restricted/boost/boost/hana/config.hpp | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/contrib/restricted/boost/boost/asio/detail/config.hpp b/contrib/restricted/boost/boost/asio/detail/config.hpp index 3d4f29b7dc..6a30d4aa11 100644 --- a/contrib/restricted/boost/boost/asio/detail/config.hpp +++ b/contrib/restricted/boost/boost/asio/detail/config.hpp @@ -804,14 +804,14 @@ # if defined(__clang__) # if (__cplusplus >= 201402) # if __has_include(<experimental/string_view>) -//# define BOOST_ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW 1 +//# define BOOST_ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW 1 # endif // __has_include(<experimental/string_view>) # endif // (__cplusplus >= 201402) # endif // defined(__clang__) # if defined(__GNUC__) # if ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 9)) || (__GNUC__ > 4) # if (__cplusplus >= 201402) -//# define BOOST_ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW 1 +//# define BOOST_ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW 1 # endif // (__cplusplus >= 201402) # endif // ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 9)) || (__GNUC__ > 4) # endif // defined(__GNUC__) @@ -855,13 +855,13 @@ # define BOOST_ASIO_HAS_STD_INVOKE_RESULT 1 # endif // (_MSC_VER >= 1910 && _HAS_CXX17) # endif // defined(BOOST_ASIO_MSVC) -# if defined(BOOST_ASIO_HAS_CLANG_LIBCXX) -# if (_LIBCPP_VERSION >= 13000) -# if (__cplusplus >= 202002) -# define BOOST_ASIO_HAS_STD_INVOKE_RESULT 1 -# endif // (__cplusplus >= 202002) -# endif // (_LIBCPP_VERSION >= 13000) -# endif +# if defined(BOOST_ASIO_HAS_CLANG_LIBCXX) +# if (_LIBCPP_VERSION >= 13000) +# if (__cplusplus >= 202002) +# define BOOST_ASIO_HAS_STD_INVOKE_RESULT 1 +# endif // (__cplusplus >= 202002) +# endif // (_LIBCPP_VERSION >= 13000) +# endif # endif // !defined(BOOST_ASIO_DISABLE_STD_INVOKE_RESULT) #endif // !defined(BOOST_ASIO_HAS_STD_INVOKE_RESULT) diff --git a/contrib/restricted/boost/boost/hana/config.hpp b/contrib/restricted/boost/boost/hana/config.hpp index 24283dfd38..f47cf739a1 100644 --- a/contrib/restricted/boost/boost/hana/config.hpp +++ b/contrib/restricted/boost/boost/hana/config.hpp @@ -89,7 +89,7 @@ Distributed under the Boost Software License, Version 1.0. #if defined(_LIBCPP_VERSION) # define BOOST_HANA_CONFIG_LIBCPP BOOST_HANA_CONFIG_VERSION( \ - (_LIBCPP_VERSION) / 1000, 0, (_LIBCPP_VERSION) % 1000) + (_LIBCPP_VERSION) / 1000, 0, (_LIBCPP_VERSION) % 1000) # if BOOST_HANA_CONFIG_LIBCPP < BOOST_HANA_CONFIG_VERSION(1, 0, 101) # warning "Versions of libc++ prior to the one shipped with Clang 3.5.0 are not supported by Hana." |