Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anandamideShakyan committed Dec 10, 2024
1 parent b68c8c0 commit abf09ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/core/Metaprogramming.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ struct has_method {
-> decltype(std::declval<__T>().MethodName(args...)) { \
return {}; \
} \
};;
}

// Calling Name::resolve<T>::type will return T::TypeName if T::TypeName
// exists, and otherwise will return T::OtherTypeName (it's existence is not
Expand Down

0 comments on commit abf09ef

Please sign in to comment.