diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-12-15 07:42:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-12-15 07:42:13 +0200 |
commit | f9e9d10bcb60b807466ddb646a9c0a0a447f7a20 (patch) | |
tree | 65f3b3eb56a6bc85ebfadb1cf1d27a25fdb0feb5 /libbuild2/target-key.hxx | |
parent | 89aaf4d9eb26564b88c1ff400a12277e5ee45c1a (diff) |
Return stable imported target name from import_direct()
Diffstat (limited to 'libbuild2/target-key.hxx')
-rw-r--r-- | libbuild2/target-key.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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; |