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.
1 parent 432c9cc commit 7359720Copy full SHA for 7359720
include/msgpack/adaptor/raw.hpp
@@ -47,7 +47,7 @@ struct raw_ref {
47
48
bool operator!= (const raw_ref& x) const
49
{
50
- return !(*this != x);
+ return !(*this == x);
51
}
52
53
bool operator< (const raw_ref& x) const
0 commit comments