Fix JSONEmptyBody comparison duplicate symbol in debug builds (#34575)
Fix JSONEmptyBody comparison duplicate symbol in debug builds
This commit is contained in:
@@ -87,7 +87,7 @@ bool operator==(const JSONErrorBody& lhs, const JSONErrorBody& rhs) {
|
||||
return lhs.error == rhs.error;
|
||||
}
|
||||
|
||||
bool operator==(const JSONEmptyBody&, const JSONEmptyBody&) {
|
||||
inline bool operator==(const JSONEmptyBody&, const JSONEmptyBody&) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user