[libcxx-commits] [libcxx] b1e09b5 - [libc++][NFC] Remove TODOs that are already done

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 17 13:18:02 PST 2023


Author: Nikolas Klauser
Date: 2023-02-17T22:17:54+01:00
New Revision: b1e09b5fa67979efbcf589a0a54ed77b6cbed541

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

LOG: [libc++][NFC] Remove TODOs that are already done

Added: 
    

Modified: 
    libcxx/include/functional

Removed: 
    


################################################################################
diff  --git a/libcxx/include/functional b/libcxx/include/functional
index 26e4ed6e5232..23baa2cf6fe7 100644
--- a/libcxx/include/functional
+++ b/libcxx/include/functional
@@ -512,7 +512,7 @@ POLICY:  For non-variadic implementations, the number of arguments is limited
 #include <__compare/compare_three_way.h>
 #include <__config>
 #include <__debug>
-#include <__functional/binary_function.h> // TODO: deprecate
+#include <__functional/binary_function.h>
 #include <__functional/binary_negate.h>
 #include <__functional/bind.h>
 #include <__functional/bind_back.h>
@@ -534,7 +534,7 @@ POLICY:  For non-variadic implementations, the number of arguments is limited
 #include <__functional/pointer_to_unary_function.h>
 #include <__functional/ranges_operations.h>
 #include <__functional/reference_wrapper.h>
-#include <__functional/unary_function.h> // TODO: deprecate
+#include <__functional/unary_function.h>
 #include <__functional/unary_negate.h>
 #include <__functional/unwrap_ref.h>
 #include <__utility/forward.h>


        


More information about the libcxx-commits mailing list