[PATCH] D31769: Remove the binders `bind1st`, `bind2nd`, `men_fun`, etc from C++17
Eric Fiselier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 12 22:27:26 PDT 2017
EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.
The `.fail.cpp` tests should use `// UNSUPPORTED: c++98, c++03, c++11, c++14` instead of `#error `.
Other than that this LGTM.
================
Comment at: test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun.cxx1z.fail.cpp:21
+#include "test_macros.h"
+#if TEST_STD_VER <= 14
+#error
----------------
`// UNSUPPORTED: c++98, c++03, c++11, c++14`
================
Comment at: test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1.cxx1z.fail.cpp:21
+#include "test_macros.h"
+#if TEST_STD_VER <= 14
+#error
----------------
`// UNSUPPORTED: c++98, c++03, c++11, c++14`
================
Comment at: test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_ref_t.cxx1z.fail.cpp:20
+#include "test_macros.h"
+#if TEST_STD_VER <= 14
+#error
----------------
`// UNSUPPORTED: c++98, c++03, c++11, c++14`
================
Comment at: test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_t.cxx1z.fail.cpp:20
+#include "test_macros.h"
+#if TEST_STD_VER <= 14
+#error
----------------
`// UNSUPPORTED: c++98, c++03, c++11, c++14`
================
Comment at: test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref.cxx1z.fail.cpp:21
+#include "test_macros.h"
+#if TEST_STD_VER <= 14
+#error
----------------
`// UNSUPPORTED: c++98, c++03, c++11, c++14`
================
Comment at: test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref_t.cxx1z.fail.cpp:20
+#include "test_macros.h"
+#if TEST_STD_VER <= 14
+#error
----------------
`// UNSUPPORTED: c++98, c++03, c++11, c++14`
================
Comment at: test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_t.cxx1z.fail.cpp:20
+#include "test_macros.h"
+#if TEST_STD_VER <= 14
+#error
----------------
`// UNSUPPORTED: c++98, c++03, c++11, c++14`
https://reviews.llvm.org/D31769
More information about the cfe-commits
mailing list