]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
include/CompatSet: do not "using ceph::operator<<"
authorKefu Chai <kchai@redhat.com>
Thu, 7 Jan 2021 07:14:57 +0000 (15:14 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 8 Jan 2021 05:57:18 +0000 (13:57 +0800)
commit47a596e8f590d3c230797e7d06d0b0ada291767a
tree2835ac0ee51df79a64cefc544dce2840c21fc8df
parent6e1d42ca004ae191c445dac41606142c376124b1
include/CompatSet: do not "using ceph::operator<<"

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>
src/include/CompatSet.h