diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-04-28 07:29:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-04-30 14:44:21 +0200 |
commit | 9498585efc6e92eabca596d2ecbb78ffb343bca2 (patch) | |
tree | 6cee37adc289643e37f7c5827490669a6e9e1dda /libbuild2/target.ixx | |
parent | 68cc1badd2eb96fd1f89e8b6519d45039ff983ba (diff) |
Factor recipe to separate header/source files
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 { |