Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
bool user_only = false);
};
-inline ostream& operator<<(ostream& out, ReplicatedPG::RepGather& repop)
+inline ostream& operator<<(ostream& out, const ReplicatedPG::RepGather& repop)
{
out << "repgather(" << &repop
<< " " << repop.v
return out;
}
-inline ostream& operator<<(ostream& out, ReplicatedPG::ProxyWriteOpRef pwop)
+inline ostream& operator<<(ostream& out,
+ const ReplicatedPG::ProxyWriteOpRef& pwop)
{
out << "proxywrite(" << &pwop
<< " " << pwop->user_version