Skip to content

Commit

Permalink
Fixed stupid typo :/
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed May 5, 2016
1 parent 36597a6 commit 962d25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpx/parallel/executors/executor_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ namespace hpx { namespace parallel { HPX_INLINE_NAMESPACE(v3)
[&]() mutable
{
out.emplace(hpx::util::invoke_fused(
std::forward<F>(f), std::move(args));
std::forward<F>(f), std::move(args)));
};
#else
boost::optional<result_type> out;
Expand Down

0 comments on commit 962d25d

Please sign in to comment.