it's simply not correct. because "operator<<(std::ostream&out, const
std::pair<A,B>&)" and friends are defined in "namespace std", and what
this source file intents to use are exactly these operator<<'s, there is
no need to bring any "ceph::operator<<" into this scope.
Signed-off-by: Kefu Chai <kchai@redhat.com>
};
WRITE_CLASS_ENCODER(CompatSet)
-using ceph::operator <<;
inline std::ostream& operator<<(std::ostream& out, const CompatSet::FeatureSet& fs)
{
return out << fs.names;