summaryrefslogtreecommitdiff
path: root/asl/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-05 18:53:16 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-05 18:53:16 +0100
commite65fe1b93684f9517599be695eb40aa4537fc6c7 (patch)
tree7b3c429e20574c9c0a66d1302a978d1b39379397 /asl/BUILD.bazel
parent11894bef04095c37196af5ae1bfed885775d49eb (diff)
Add status_or
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r--asl/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
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",