diff options
Diffstat (limited to 'libbuild2/target.ixx')
-rw-r--r-- | libbuild2/target.ixx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/target.ixx b/libbuild2/target.ixx index 5f53f3d..4717800 100644 --- a/libbuild2/target.ixx +++ b/libbuild2/target.ixx @@ -87,6 +87,9 @@ namespace build2 return c >= offset_matched; } + LIBBUILD2_SYMEXPORT target_state + group_action (action, const target&); // <libbuild2/algorithm.hxx> + inline bool target:: group_state (action a) const { |