]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
c++11: fixes for std::pair type conversions
authorCasey Bodley <cbodley@redhat.com>
Thu, 30 Jul 2015 20:29:55 +0000 (16:29 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 3 Aug 2015 15:16:13 +0000 (11:16 -0400)
commit5416b1fb2279af92a73e253d3c2951ae572b443b
treef5b51f70821046f1a7ec6bcb664c9ce4c28236f2
parent3f52583484424267b63b560bd4c97743960ea994
c++11: fixes for std::pair type conversions

mds_rank_t is no longer a BOOST_STRONG_TYPEDEF, because that was
preventing the conversion between pairs of int and pairs of mds_rank_t

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/common/ceph_json.h
src/mds/mdstypes.h
src/rgw/rgw_cache.cc