]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: simplify use of map::emplace in iam
authorCasey Bodley <cbodley@redhat.com>
Fri, 3 Nov 2017 14:42:37 +0000 (10:42 -0400)
committerCasey Bodley <cbodley@redhat.com>
Fri, 3 Nov 2017 14:42:40 +0000 (10:42 -0400)
commit9787fe6b8dc545419b0f3375c06a57a414ae8aa6
treea043648d24f19ae3cc5d4dbd9bdecde2c99f1664
parent3c528845f63782bb49dcd112550a894b93e8097a
rgw: simplify use of map::emplace in iam

the piecewise_construct overloads of map::emplace() are only needed when
there's ambiguity around which arguments go to which constructor

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_op.cc