| commit | 7d210c787ef3305ffa235021f9b49f6fa4dd5aec | [log] [tgz] |
|---|---|---|
| author | Marshall Clow <mclow.lists@gmail.com> | Thu Apr 13 18:25:32 2017 +0000 |
| committer | Marshall Clow <mclow.lists@gmail.com> | Thu Apr 13 18:25:32 2017 +0000 |
| tree | f3ee3dc2df18f40ed58ed4128fcbe11d3d285e66 | |
| parent | 2b092273ac4a2bb44a7ab8fac6aad044d7847b33 [diff] [blame] |
Remove the binders from C++17. Reviewed as https://reviews.llvm.org/D31769 llvm-svn: 300232
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 b6b7526..796e4ad 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
@@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// // <functional> +// REQUIRES: c++98 || c++03 || c++11 || c++14 // template <class Fn, class T> // binder1st<Fn>