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 5722ab6 + 7359720 commit 1790062Copy full SHA for 1790062
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