diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-05 18:53:16 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-05 18:53:16 +0100 |
commit | e65fe1b93684f9517599be695eb40aa4537fc6c7 (patch) | |
tree | 7b3c429e20574c9c0a66d1302a978d1b39379397 /asl/BUILD.bazel | |
parent | 11894bef04095c37196af5ae1bfed885775d49eb (diff) |
Add status_or
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r-- | asl/BUILD.bazel | 2 |
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",
|