diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-02-20 23:47:02 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-02-20 23:47:02 +0100 |
commit | aa73023bee1aebc745188e54039d3bf567be97e3 (patch) | |
tree | e4d3385a7e9eedfff7b36a8237771441668ca7cc /asl/base/BUILD.bazel | |
parent | 409ef997e2ff99b2bbea89ea61d10fc8e26dac96 (diff) |
Use intrusive list in logging, and add defer
Diffstat (limited to 'asl/base/BUILD.bazel')
-rw-r--r-- | asl/base/BUILD.bazel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/base/BUILD.bazel b/asl/base/BUILD.bazel index 317c20b..3dc715b 100644 --- a/asl/base/BUILD.bazel +++ b/asl/base/BUILD.bazel @@ -4,6 +4,7 @@ cc_library( "annotations.hpp", "assert.hpp", "config.hpp", + "defer.hpp", "float.hpp", "functional.hpp", "integers.hpp", @@ -28,6 +29,7 @@ cc_library( "//asl/types:box", ], ) for name in [ + "defer", "float", "functional", "integers", |