[libcxx-commits] [libcxx] e35677c - [libc++] NFC: Remove unused c++98 Lit feature

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 22 13:24:49 PDT 2021


Author: Louis Dionne
Date: 2021-06-22T16:24:43-04:00
New Revision: e35677c07c07c639a5b664d6857e22f105d98a3a

URL: https://github.com/llvm/llvm-project/commit/e35677c07c07c639a5b664d6857e22f105d98a3a
DIFF: https://github.com/llvm/llvm-project/commit/e35677c07c07c639a5b664d6857e22f105d98a3a.diff

LOG: [libc++] NFC: Remove unused c++98 Lit feature

Added: 
    

Modified: 
    libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.pass.cpp
    libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.verify.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.pass.cpp b/libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.pass.cpp
index ecfe69396e1bb..e96357cb18f21 100644
--- a/libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.pass.cpp
+++ b/libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.pass.cpp
@@ -6,7 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-// UNSUPPORTED: c++98, c++03, c++11, c++14, c++17
+// UNSUPPORTED: c++03, c++11, c++14, c++17
 
 // functional
 

diff  --git a/libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.verify.cpp b/libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.verify.cpp
index adb8236b2547b..d8e7c4ce39aa5 100644
--- a/libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.verify.cpp
+++ b/libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.verify.cpp
@@ -6,7 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-// UNSUPPORTED: c++98, c++03, c++11, c++14, c++17
+// UNSUPPORTED: c++03, c++11, c++14, c++17
 
 // functional
 


        


More information about the libcxx-commits mailing list