diff options
Diffstat (limited to 'libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp')
-rw-r--r-- | libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp b/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp index 66df2614efd..c5bc30b08fd 100644 --- a/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp +++ b/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp @@ -23,6 +23,8 @@ // typename Fn::result_type operator()(typename Fn::first_argument_type& x) const; // }; +#define _LIBCPP_DISABLE_DEPRECATION_WARNINGS + #include <functional> #include <type_traits> #include <cassert> |