Is this comment correct? #4521
Unanswered
bartekw2213
asked this question in
Community Help
Replies: 1 comment
-
The
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My question regards
::testing::internal::EqHelper::Compare
function and the comment added to it.In
std::enable_if
we're clearly checking if the first type isn't equal to integral type or second type isn't equal to pointer type.However, the comment above says that we're disabling an overload when one argument is a pointer and the other is the null pointer constant - so:
Beta Was this translation helpful? Give feedback.
All reactions