diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2024-01-26 11:48:02 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2024-01-26 11:48:02 +0000 |
commit | f1610f5569248b63767736748d3796f03c39e7c1 (patch) | |
tree | 6314d1e3608da653495dd7e17bd8b5f29b685cdc /gnu/llvm/libcxx/include/__functional/binder2nd.h | |
parent | c9e304307dcb5438c8dbf8496f2b09d0cd872e11 (diff) |
import of libcxx-16.0.6
Diffstat (limited to 'gnu/llvm/libcxx/include/__functional/binder2nd.h')
-rw-r--r-- | gnu/llvm/libcxx/include/__functional/binder2nd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/llvm/libcxx/include/__functional/binder2nd.h b/gnu/llvm/libcxx/include/__functional/binder2nd.h index 3ed5f5bf454..c98a146b6a6 100644 --- a/gnu/llvm/libcxx/include/__functional/binder2nd.h +++ b/gnu/llvm/libcxx/include/__functional/binder2nd.h @@ -14,7 +14,7 @@ #include <__functional/unary_function.h> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) -#pragma GCC system_header +# pragma GCC system_header #endif _LIBCPP_BEGIN_NAMESPACE_STD @@ -23,8 +23,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD template <class __Operation> class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binder2nd - : public unary_function<typename __Operation::first_argument_type, - typename __Operation::result_type> + : public __unary_function<typename __Operation::first_argument_type, typename __Operation::result_type> { protected: __Operation op; |