From aa73023bee1aebc745188e54039d3bf567be97e3 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 20 Feb 2025 23:47:02 +0100 Subject: Use intrusive list in logging, and add defer --- asl/logging/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asl/logging/BUILD.bazel') diff --git a/asl/logging/BUILD.bazel b/asl/logging/BUILD.bazel index 3c60915..0c8323a 100644 --- a/asl/logging/BUILD.bazel +++ b/asl/logging/BUILD.bazel @@ -8,7 +8,7 @@ cc_library( ], deps = [ "//asl/base", - "//asl/types:box", + "//asl/containers:intrusive_list", "//asl/formatting", "//asl/io:print", "//asl/strings:string_builder", -- cgit