From e65fe1b93684f9517599be695eb40aa4537fc6c7 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 5 Jan 2025 18:53:16 +0100 Subject: Add status_or --- 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 da1018e..571b8f9 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -21,6 +21,7 @@ cc_library( "print.hpp", "span.hpp", "status.hpp", + "status_or.hpp", "string.hpp", "string_view.hpp", "utility.hpp", @@ -61,6 +62,7 @@ cc_library( "option", "span", "status", + "status_or", "string", "string_view", "utility", -- cgit