From def67bba57e7cfdf9942bc2c88a4ce484963f9d2 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Fri, 6 Sep 2024 23:22:18 +0200 Subject: maybe_uninit --- asl/BUILD.bazel | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'asl/BUILD.bazel') diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel index e5d5eb3..d7371c1 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -3,6 +3,9 @@ cc_library( hdrs = [ "annotations.hpp", "integers.hpp", + "layout.hpp", + "maybe_uninit.hpp", + "memory.hpp", "meta.hpp", "option.hpp", "utility.hpp", @@ -19,4 +22,4 @@ cc_library( deps = [ ":asl", ], -) for name in ["integers", "meta", "option", "utility"]] +) for name in ["integers", "maybe_uninit", "meta", "option", "utility"]] -- cgit