diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-01 09:56:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-01 09:56:35 +0200 |
commit | 061879137a62cb905f75e35c104cff379fb95134 (patch) | |
tree | f2eadd70948730f9b8f7f570330479eef49e956a /libbuild2/algorithm.ixx | |
parent | 3a71bffd5680d64d19c914aa9dbf1a8fc9f094ef (diff) |
Add inner_recipe for expressiveness
Diffstat (limited to 'libbuild2/algorithm.ixx')
-rw-r--r-- | libbuild2/algorithm.ixx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/algorithm.ixx b/libbuild2/algorithm.ixx index 6fcc1e9..9f1b70f 100644 --- a/libbuild2/algorithm.ixx +++ b/libbuild2/algorithm.ixx @@ -845,7 +845,7 @@ namespace build2 } inline target_state - execute_inner (action a, const target& t) // @@ TMP Why inline (used as recipe)? + execute_inner (action a, const target& t) { assert (a.outer ()); return execute_sync (a.inner_action (), t); |