diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-11-05 18:35:23 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:35:58 +0100 |
commit | 261076b35fe684642da50d3b6208469cf972f269 (patch) | |
tree | d611a2c3a54fa0c573034c570f39a0302d553dde /asl/BUILD.bazel | |
parent | d0a08e9883907847342505c8c5cf459fb84b4aa5 (diff) |
Start work on asl::string_view
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 d8810dd..0841a86 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -15,6 +15,7 @@ cc_library( "option.hpp",
"print.hpp",
"span.hpp",
+ "string_view.hpp",
"utility.hpp",
],
srcs = [
@@ -42,5 +43,6 @@ cc_library( "meta",
"option",
"span",
+ "string_view",
"utility",
]]
|