diff options
Diffstat (limited to 'libcxx/test/std/utilities/function.objects/refwrap')
-rw-r--r-- | libcxx/test/std/utilities/function.objects/refwrap/weak_result.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/utilities/function.objects/refwrap/weak_result.pass.cpp b/libcxx/test/std/utilities/function.objects/refwrap/weak_result.pass.cpp index a3577ff0642..848858d33b1 100644 --- a/libcxx/test/std/utilities/function.objects/refwrap/weak_result.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/refwrap/weak_result.pass.cpp @@ -12,6 +12,8 @@ // has weak result type +// REQUIRES: c++98 || c++03 || c++11 || c++14 || c++17 + #include <functional> #include <type_traits> |