From 8c5688d77555091615dccd90ea1cf28b89c08d13 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Jan 2016 17:54:40 +0200 Subject: Tighten/clarify interface --- build2/target | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build2/target') diff --git a/build2/target b/build2/target index 2f4479b..429df71 100644 --- a/build2/target +++ b/build2/target @@ -204,6 +204,9 @@ namespace build2 virtual group_view group_members (action_type) const; + // Note that the returned key "tracks" the target; that is, any updates + // to the targets's members will be reflected in the key. + // target_key key () const {return target_key {&type (), &dir, &name, &ext};} -- cgit v1.1