diff options
Diffstat (limited to 'libbuild2/rule.cxx')
-rw-r--r-- | libbuild2/rule.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/rule.cxx b/libbuild2/rule.cxx index f534ff9..ea7186c 100644 --- a/libbuild2/rule.cxx +++ b/libbuild2/rule.cxx @@ -841,8 +841,8 @@ namespace build2 string s; try { - s = convert<string> (names (move_iterator (ns.begin () + 1), - move_iterator (ns.end ()))); + s = convert<string> (names (make_move_iterator (ns.begin () + 1), + make_move_iterator (ns.end ()))); } catch (const invalid_argument& e) { |