mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
operator<< must return a value
This commit is contained in:
@@ -518,6 +518,7 @@ std::ostream& operator<<(std::ostream& out, const SHAMapMissingNode& mn)
|
||||
out << "Missing/STA(" << mn.getNodeID() << ")";
|
||||
else
|
||||
out << "Missing/" << mn.getNodeID();
|
||||
return out;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user