Skip to content

Commit

Permalink
change return type of container overloads to return an in_out_result
Browse files Browse the repository at this point in the history
  • Loading branch information
Jedi18 committed Jul 26, 2021
1 parent 97ecb35 commit 53d00bc
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 241 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@ namespace hpx { namespace traits {
typedef typename util::detail::iterator<R>::type iterator_type;
typedef typename util::detail::sentinel<R>::type sentinel_type;
};

template <typename T>
using range_iterator_t = typename range_iterator<T>::type;
}} // namespace hpx::traits
Loading

0 comments on commit 53d00bc

Please sign in to comment.