We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab5eb82 + 7735040 commit 92638b2Copy full SHA for 92638b2
source/common/umf_helpers.hpp
@@ -50,7 +50,7 @@ using provider_unique_handle_t =
50
typename std::enable_if<HAS_OP_##op<T>::value, umf_result_t>::type \
51
CALL_OP_##op(T *t, Args &&...args) { \
52
return t->op(std::forward<Args>(args)...); \
53
- }; \
+ } \
54
\
55
static inline umf_result_t CALL_OP_##op(...) { \
56
return UMF_RESULT_ERROR_NOT_SUPPORTED; \
0 commit comments