diff options
author | Andrey Khalyavin <halyavin@gmail.com> | 2022-02-10 16:46:29 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:29 +0300 |
commit | f773626848a7c7456803654292e716b83d69cc12 (patch) | |
tree | db052dfcf9134f492bdbb962cb6c16cea58e1ed3 /contrib/restricted | |
parent | f43ab775d197d300eb67bd4497632b909cd7c2a5 (diff) | |
download | ydb-f773626848a7c7456803654292e716b83d69cc12.tar.gz |
Restoring authorship annotation for Andrey Khalyavin <halyavin@gmail.com>. Commit 1 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 6a30d4aa11..3d4f29b7dc 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 f47cf739a1..24283dfd38 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." |