From 1c00f6ed444dab15430a955e41cf155049e3cec4 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Tue, 14 Jan 2025 00:01:55 +0100 Subject: Start work on hash_set --- asl/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) (limited to 'asl/BUILD.bazel') diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel index 5621cbd..468ad58 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -12,6 +12,7 @@ cc_library( "format.hpp", "functional.hpp", "hash.hpp", + "hash_set.hpp", "integers.hpp", "io.hpp", "layout.hpp", @@ -59,6 +60,7 @@ cc_library( "format", "functional", "hash", + "hash_set", "integers", "maybe_uninit", "meta", -- cgit