From b5fb0582b5bb46d622271a7db61e28ff19ae928c Mon Sep 17 00:00:00 2001 From: Derek Mauro Date: Fri, 20 Oct 2023 12:49:11 -0700 Subject: Use STL algorithms available since C++14 to implement absl::equal and absl::rotate. Prior to C++14 these were either polyfills or fixes for bugs in standard libraries. PiperOrigin-RevId: 575295101 Change-Id: Ie01e77fedadc879c73203d71babd40c87a419af3 --- absl/algorithm/BUILD.bazel | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'absl/algorithm/BUILD.bazel') diff --git a/absl/algorithm/BUILD.bazel b/absl/algorithm/BUILD.bazel index 0ae77a5d..a339dc13 100644 --- a/absl/algorithm/BUILD.bazel +++ b/absl/algorithm/BUILD.bazel @@ -56,20 +56,6 @@ cc_test( ], ) -cc_binary( - name = "algorithm_benchmark", - testonly = 1, - srcs = ["equal_benchmark.cc"], - copts = ABSL_TEST_COPTS, - linkopts = ABSL_DEFAULT_LINKOPTS, - tags = ["benchmark"], - deps = [ - ":algorithm", - "//absl/base:core_headers", - "@com_github_google_benchmark//:benchmark_main", - ], -) - cc_library( name = "container", hdrs = [ -- cgit v1.2.3