From 72fe8dd2d6d6a3a5592646950a4e43b9a79ed9b4 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 2 Dec 2024 00:35:56 +0100 Subject: Start work on buffer --- 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 391ae9d..cbfe91e 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -5,6 +5,7 @@ cc_library( "annotations.hpp", "assert.hpp", "box.hpp", + "buffer.hpp", "config.hpp", "float.hpp", "format.hpp", @@ -45,6 +46,7 @@ cc_library( ], ) for name in [ "box", + "buffer", "float", "format", "functional", -- cgit