[llvm] [STLExtras] Introduce bind_{front, back}, [not_]equal_to (PR #175056)

Jakub Kuderski via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 11 18:32:39 PST 2026


================
@@ -205,4 +207,37 @@ TEST(STLForwardCompatTest, IdentityCxx20) {
   static_assert(std::is_same_v<int &&, decltype(identity(int(5)))>);
 }
 
+TEST(STLForwardCompat, BindFrontBindBack) {
----------------
kuhar wrote:

Please add testscases for perfect forwarding

https://github.com/llvm/llvm-project/pull/175056


More information about the llvm-commits mailing list