]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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)
committerAdam C. Emerson <aemerson@redhat.com>
Sun, 7 Jan 2018 10:10:59 +0000 (05:10 -0500)
commite49bf0889e6144b6683d8cb4554e38efe29b7a8a
treeec0b434446e1c438d3473ced644bc6b87f5a7e6a
parent8eb36333bc8e709cfb9e4958821548f813e105da
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>
(cherry picked from commit 9787fe6b8dc545419b0f3375c06a57a414ae8aa6)
src/rgw/rgw_op.cc