Skip to content

Commit

Permalink
Fix problem with HPX_DEBUG being defined
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Aug 5, 2017
1 parent 7111052 commit af06b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpx/util/detail/basic_function.hpp
Expand Up @@ -200,7 +200,7 @@ namespace hpx { namespace util { namespace detail
#if defined(HPX_HAVE_THREAD_DESCRIPTION)
return vptr->get_function_address(object);
#else
return nullptr;
return 0;
#endif
}

Expand Down

0 comments on commit af06b6d

Please sign in to comment.