Skip to content

Commit

Permalink
Merge pull request #2708 from woodmeister123/task_inline
Browse files Browse the repository at this point in the history
Add inline to prevent multiple definition issue
  • Loading branch information
hkaiser committed Jun 23, 2017
2 parents 52dd1e1 + 0babe10 commit 8f570ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpx/parallel/task_block.hpp
Expand Up @@ -38,7 +38,7 @@ namespace hpx { namespace parallel { inline namespace v2
{
/// \cond NOINTERNAL
///////////////////////////////////////////////////////////////////////
void handle_task_block_exceptions(parallel::exception_list& errors)
inline void handle_task_block_exceptions(parallel::exception_list& errors)
{
try {
std::rethrow_exception(std::current_exception());
Expand Down

0 comments on commit 8f570ae

Please sign in to comment.