Change a bunch of comments from C++1z to C++17. NFC

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@317212 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2017-11-02 15:03:25 +00:00
parent 79078a328e
commit 2e390822e5
17 changed files with 17 additions and 17 deletions

View File

@@ -56,7 +56,7 @@ void test_libcxx_macros()
# endif
#endif
// ===== C++1z features =====
// ===== C++17 features =====
}
int main()

View File

@@ -12,7 +12,7 @@
// template<cReturnable S, ClassType T>
// const_mem_fun_t<S,T>
// mem_fun(S (T::*f)() const);
// Removed in c++1z
// Removed in c++17
// UNSUPPORTED: c++98, c++03, c++11, c++14
#include <functional>

View File

@@ -12,7 +12,7 @@
// template<Returnable S, ClassType T, CopyConstructible A>
// const_mem_fun1_t<S,T,A>
// mem_fun(S (T::*f)(A) const);
// Removed in c++1z
// Removed in c++17
// UNSUPPORTED: c++98, c++03, c++11, c++14
#include <functional>

View File

@@ -10,7 +10,7 @@
// <functional>
// const_mem_fun1_ref_t
// Removed in c++1z
// Removed in c++17
// UNSUPPORTED: c++98, c++03, c++11, c++14
#include <functional>

View File

@@ -10,7 +10,7 @@
// <functional>
// const_mem_fun1_t
// Removed in c++1z
// Removed in c++17
// UNSUPPORTED: c++98, c++03, c++11, c++14
#include <functional>

View File

@@ -12,7 +12,7 @@
// template<Returnable S, ClassType T>
// const_mem_fun_ref_t<S,T>
// mem_fun_ref(S (T::*f)() const);
// Removed in c++1z
// Removed in c++17
// UNSUPPORTED: c++98, c++03, c++11, c++14
#include <functional>

View File

@@ -12,7 +12,7 @@
// template<Returnable S, ClassType T, CopyConstructible A>
// const_mem_fun1_ref_t<S,T,A>
// mem_fun_ref(S (T::*f)(A) const);
// Removed in c++1z
// Removed in c++17
// UNSUPPORTED: c++98, c++03, c++11, c++14
#include <functional>

View File

@@ -10,7 +10,7 @@
// <functional>
// const_mem_fun_ref_t
// Removed in c++1z
// Removed in c++17
// UNSUPPORTED: c++98, c++03, c++11, c++14
#include <functional>

View File

@@ -10,7 +10,7 @@
// <functional>
// const_mem_fun_t
// Removed in c++1z
// Removed in c++17
// UNSUPPORTED: c++98, c++03, c++11, c++14
#include <functional>

View File

@@ -12,7 +12,7 @@
// template<Returnable S, ClassType T>
// mem_fun_t<S,T>
// mem_fun(S (T::*f)());
// Removed in c++1z
// Removed in c++17
// UNSUPPORTED: c++98, c++03, c++11, c++14
#include <functional>

View File

@@ -12,7 +12,7 @@
// template<Returnable S, ClassType T, CopyConstructible A>
// mem_fun1_t<S,T,A>
// mem_fun(S (T::*f)(A));
// Removed in c++1z
// Removed in c++17
// UNSUPPORTED: c++98, c++03, c++11, c++14
#include <functional>

View File

@@ -10,7 +10,7 @@
// <functional>
// mem_fun1_ref_t
// Removed in c++1z
// Removed in c++17
// UNSUPPORTED: c++98, c++03, c++11, c++14
#include <functional>

View File

@@ -10,7 +10,7 @@
// <functional>
// mem_fun1_t
// Removed in c++1z
// Removed in c++17
// UNSUPPORTED: c++98, c++03, c++11, c++14
#include <functional>

View File

@@ -12,7 +12,7 @@
// template<Returnable S, ClassType T>
// mem_fun_ref_t<S,T>
// mem_fun_ref(S (T::*f)());
// Removed in c++1z
// Removed in c++17
// UNSUPPORTED: c++98, c++03, c++11, c++14
#include <functional>

View File

@@ -12,7 +12,7 @@
// template<Returnable S, ClassType T, CopyConstructible A>
// mem_fun1_ref_t<S,T,A>
// mem_fun_ref(S (T::*f)(A));
// Removed in c++1z
// Removed in c++17
// UNSUPPORTED: c++98, c++03, c++11, c++14
#include <functional>

View File

@@ -10,7 +10,7 @@
// <functional>
// mem_fun_ref_t
// Removed in c++1z
// Removed in c++17
// UNSUPPORTED: c++98, c++03, c++11, c++14
#include <functional>

View File

@@ -10,7 +10,7 @@
// <functional>
// mem_fun_t
// Removed in c++1z
// Removed in c++17
// UNSUPPORTED: c++98, c++03, c++11, c++14
#include <functional>