From f9e9d10bcb60b807466ddb646a9c0a0a447f7a20 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Dec 2021 07:42:13 +0200 Subject: Return stable imported target name from import_direct() --- libbuild2/target-key.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbuild2/target-key.hxx') diff --git a/libbuild2/target-key.hxx b/libbuild2/target-key.hxx index f5351b8..cd1ba83 100644 --- a/libbuild2/target-key.hxx +++ b/libbuild2/target-key.hxx @@ -33,6 +33,8 @@ namespace build2 // Append/return the target name or a pair of names if out-qualified. // + // See also target::as_name() for the returned name stability guarantees. + // void as_name (names&) const; -- cgit v1.1