diff options
Diffstat (limited to 'libbuild2/parser.cxx')
-rw-r--r-- | libbuild2/parser.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx index a00f6a5..45c56af 100644 --- a/libbuild2/parser.cxx +++ b/libbuild2/parser.cxx @@ -1267,6 +1267,9 @@ namespace build2 // rule for an explicit group that wishes to match based on some of // its members feels far fetched. // + // @@ TODO: expl: this can be used to inject static members (which + // otherwise would be tedious to repeat). + // const location& mloc (gns.empty () ? location () : gns[0].member_loc); if (!gns.empty () && gns[0].expl) |