Skip to content

Commit

Permalink
remove useless sfinae
Browse files Browse the repository at this point in the history
Signed-off-by: Ruiyang Wang <[email protected]>
  • Loading branch information
rynewang committed Jul 3, 2024
1 parent 2f0f6e3 commit 9e11a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ray/util/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class RayLog {
}
}

template <typename T, typename enable = decltype(DefaultLogKey<T>::key)>
template <typename T>
RayLog &WithField(const T &t) {
return WithField(DefaultLogKey<T>::key, t);
}
Expand Down

0 comments on commit 9e11a42

Please sign in to comment.