]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/encoding: fix the build with clang
authorKefu Chai <kchai@redhat.com>
Tue, 25 Oct 2016 04:26:20 +0000 (12:26 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 25 Oct 2016 04:40:46 +0000 (12:40 +0800)
commit71b1f758a72ae86c4b2f5442fcec6ac21acf1659
treed93a38aa045e38edde6101ee1f7b21cd91f86d61
parent5f36c080bf137c221e65369ca09fdea59e0ddfd4
test/encoding: fix the build with clang

put the overloaded operator<<() into namespace std, so clang's name
resolution is able to find it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/encoding.cc