From 3a75b8dc68c03128b18ec842b843a201b9b7f45c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Aug 2024 16:11:32 +0200 Subject: Rename certain target_set::insert() versions to insert_implied() for clarity Also clarify the target_decl documentation. --- libbuild2/parser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/parser.cxx') diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx index 5321cd5..8af5804 100644 --- a/libbuild2/parser.cxx +++ b/libbuild2/parser.cxx @@ -10086,7 +10086,7 @@ namespace build2 o = out_src (d, *root_); } - return ctx->targets.insert ( + return ctx->targets.insert_implied ( move (d), move (o), p.leaf ().base ().string (), -- cgit v1.1