aboutsummaryrefslogtreecommitdiff
path: root/test/std/depr/depr.function.objects/depr.base/binary_function.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/depr/depr.function.objects/depr.base/binary_function.pass.cpp')
-rw-r--r--test/std/depr/depr.function.objects/depr.base/binary_function.pass.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/std/depr/depr.function.objects/depr.base/binary_function.pass.cpp b/test/std/depr/depr.function.objects/depr.base/binary_function.pass.cpp
index ddca8fdd63a4..0ae3b00d2bc4 100644
--- a/test/std/depr/depr.function.objects/depr.base/binary_function.pass.cpp
+++ b/test/std/depr/depr.function.objects/depr.base/binary_function.pass.cpp
@@ -8,6 +8,8 @@
//===----------------------------------------------------------------------===//
// <functional>
+// REQUIRES: c++98 || c++03 || c++11 || c++14
+// binary_function was removed in C++17
// template <class Arg1, class Arg2, class Result>
// struct binary_function