Skip to content

Commit

Permalink
adjusting lines
Browse files Browse the repository at this point in the history
  • Loading branch information
zkhatami88 committed May 24, 2016
1 parent 8d801bc commit 8cf9aca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hpx/parallel/algorithms/for_each.hpp
Expand Up @@ -72,7 +72,8 @@ namespace hpx { namespace parallel { HPX_INLINE_NAMESPACE(v1)
InIter part_begin, std::size_t part_size) mutable
{

typedef typename util::loop_n_iterator_mapping<InIter>::type iterator_type;
typedef typename util::loop_n_iterator_mapping<InIter>::type
iterator_type;
// VS2015 bails out when proj or f are captured by
// ref
util::loop_n(
Expand Down

0 comments on commit 8cf9aca

Please sign in to comment.