diff options
Diffstat (limited to 'libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp')
-rw-r--r-- | libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp b/libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp index 5d89f369f98..01e4120fc33 100644 --- a/libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp +++ b/libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp @@ -13,6 +13,8 @@ // binder1st<Fn> // bind1st(const Fn& fn, const T& x); +#define _LIBCPP_DISABLE_DEPRECATION_WARNINGS + #include <functional> #include <cassert> |