Skip to content

Commit

Permalink
Fix one compilation problem with customization points
Browse files Browse the repository at this point in the history
  • Loading branch information
biddisco committed Oct 3, 2017
1 parent fed3fea commit 05bca6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpx/parallel/executors/v1/executor_parameter_traits.hpp
Expand Up @@ -101,7 +101,7 @@ namespace hpx { namespace parallel { inline namespace v3
Executor && exec)
{
execution::detail::reset_thread_distribution_fn_helper<
typename hpx::util::decay_unwrap<Parameters>::type
typename hpx::util::decay_unwrap<Parameters>::type, Executor
>::call(std::forward<Parameters>(params),
std::forward<Executor>(exec));
}
Expand Down

0 comments on commit 05bca6d

Please sign in to comment.