diff options
author | mikhnenko <[email protected]> | 2023-11-30 19:30:11 +0300 |
---|---|---|
committer | mikhnenko <[email protected]> | 2023-11-30 21:58:14 +0300 |
commit | f5d4e4495f6741d8df199dc9f888417ab0485010 (patch) | |
tree | 658aed141d6b671f9fbd56cc448b2f412e30951e /contrib/libs/cxxsupp/libcxx/include/__functional | |
parent | 2f7d8b6e692bd7584a66686b5504381631dd4522 (diff) |
Remove unused patches
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/__functional')
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/__functional/function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/__functional/function.h b/contrib/libs/cxxsupp/libcxx/include/__functional/function.h index 59a0f72245b..312443b67c3 100644 --- a/contrib/libs/cxxsupp/libcxx/include/__functional/function.h +++ b/contrib/libs/cxxsupp/libcxx/include/__functional/function.h @@ -614,7 +614,7 @@ struct __policy _LIBCPP_INLINE_VISIBILITY static const __policy* __create_empty() { - static const /*_LIBCPP_CONSTEXPR*/ __policy __policy_ = {nullptr, nullptr, + static const _LIBCPP_CONSTEXPR __policy __policy_ = {nullptr, nullptr, true, #ifndef _LIBCPP_NO_RTTI &typeid(void) |