From 061879137a62cb905f75e35c104cff379fb95134 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Jun 2023 09:56:35 +0200 Subject: Add inner_recipe for expressiveness --- libbuild2/algorithm.ixx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/algorithm.ixx') 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); -- cgit v1.1