diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-11-02 19:54:50 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:35:58 +0100 |
commit | c09323804c6c6d42c052b1c60061134261e515fc (patch) | |
tree | 1c5dd6962e82ee35bc1ae662e6f268826511ada9 /asl/BUILD.bazel | |
parent | be34f768e093cb6752ab81fde3ab529861a8a6a8 (diff) |
Add function with invoke and result_of_t
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 ed26459..f0a9c38 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -5,6 +5,7 @@ cc_library( "assert.hpp",
"config.hpp",
"format.hpp",
+ "functional.hpp",
"integers.hpp",
"io.hpp",
"layout.hpp",
@@ -34,6 +35,7 @@ cc_library( ],
) for name in [
"format",
+ "functional",
"integers",
"maybe_uninit",
"meta",
|