diff options
author | mikhnenko <mikhnenko@yandex-team.com> | 2023-09-20 00:17:28 +0300 |
---|---|---|
committer | mikhnenko <mikhnenko@yandex-team.com> | 2023-09-20 00:37:19 +0300 |
commit | 38d353cb704b884242efe1e8f0d34d2420de4488 (patch) | |
tree | 03f4e032f028b493a384b8c9b75f160f81ce6a77 /contrib/libs/cxxsupp/libcxx/include/__algorithm | |
parent | 9fe06a35ce2c80f49c89bebe61b09ab4f4213ecf (diff) | |
download | ydb-38d353cb704b884242efe1e8f0d34d2420de4488.tar.gz |
Put libc++ under ym2
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/__algorithm')
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/__algorithm/comp_ref_type.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/__algorithm/comp_ref_type.h b/contrib/libs/cxxsupp/libcxx/include/__algorithm/comp_ref_type.h index e450a670f7..3e90e9adae 100644 --- a/contrib/libs/cxxsupp/libcxx/include/__algorithm/comp_ref_type.h +++ b/contrib/libs/cxxsupp/libcxx/include/__algorithm/comp_ref_type.h @@ -55,8 +55,8 @@ struct __debug_less __do_compare_assert(int, _LHS & __l, _RHS & __r) { _LIBCPP_ASSERT(!__comp_(__l, __r), "Comparator does not induce a strict weak ordering"); - (void)__l; - (void)__r; + (void)__l; + (void)__r; } template <class _LHS, class _RHS> |