diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-08-26 16:38:30 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-08-26 16:38:30 +0300 |
commit | 505ddf87680103d2ee908d9eb05907c7d81b8484 (patch) | |
tree | 74ae5f11bee68a91e066167e838a401e4d387cac /contrib/restricted/boost/system/include | |
parent | b1cbfc243abcf8461ad3660a5cb70f70706e3fb0 (diff) | |
download | ydb-505ddf87680103d2ee908d9eb05907c7d81b8484.tar.gz |
Reimport boost/thread as a separate library
Diffstat (limited to 'contrib/restricted/boost/system/include')
-rw-r--r-- | contrib/restricted/boost/system/include/boost/system/detail/std_category.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/system/include/boost/system/detail/std_category.hpp b/contrib/restricted/boost/system/include/boost/system/detail/std_category.hpp index 2b98aa7b20..63051e49a5 100644 --- a/contrib/restricted/boost/system/include/boost/system/detail/std_category.hpp +++ b/contrib/restricted/boost/system/include/boost/system/detail/std_category.hpp @@ -43,7 +43,7 @@ public: { if( id != 0 ) { -#if defined(_MSC_VER) && defined(_CPPLIB_VER) && _MSC_VER >= 1900 && _MSC_VER < 2000 +#if defined(_MSC_VER) && defined(_CPPLIB_VER) && _MSC_VER >= 1900 && _MSC_VER < 2000 && !defined(_LIBCPP_VERSION) // Poking into the protected _Addr member of std::error_category // is not a particularly good programming practice, but what can |