From 282d82b60d183fb3af5240e078169ceaf78c40f9 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Thu, 30 Jan 2025 22:28:32 +0000 Subject: [PATCH] Add to banned list --- tools/run_tests/sanity/core_banned_functions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/run_tests/sanity/core_banned_functions.py b/tools/run_tests/sanity/core_banned_functions.py index 5eca4085e40b2..2ea6196ff407b 100755 --- a/tools/run_tests/sanity/core_banned_functions.py +++ b/tools/run_tests/sanity/core_banned_functions.py @@ -110,6 +110,7 @@ ], "absl::nullopt": [], "absl::make_optional": [], + "std::make_pair": [], } errors = 0