llvm-capstone/libcxx/include/__functional
Joe Loser d2baefae68
[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.
All supported compilers that support C++20 now support concepts. So, remove
`_LIB_LIBCPP_HAS_NO_CONCEPTS` in favor of `_LIBCPP_STD_VER > 17`. Similarly in
the tests, remove `// UNSUPPORTED: libcpp-no-concepts`.

Differential Revision: https://reviews.llvm.org/D121528
2022-03-13 12:32:06 -04:00
..
binary_function.h
binary_negate.h
bind_back.h
bind_front.h
bind.h
binder1st.h
binder2nd.h
compose.h
default_searcher.h
function.h
hash.h
identity.h
invoke.h
is_transparent.h
mem_fn.h
mem_fun_ref.h
not_fn.h
operations.h
perfect_forward.h
pointer_to_binary_function.h
pointer_to_unary_function.h
ranges_operations.h [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
reference_wrapper.h
unary_function.h
unary_negate.h
unwrap_ref.h
weak_result_type.h