]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: Work around Boost.Containers bug in 1.91 68721/head
authorAdam C. Emerson <aemerson@redhat.com>
Fri, 1 May 2026 20:19:13 +0000 (16:19 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Sat, 9 May 2026 15:02:15 +0000 (11:02 -0400)
commitdd434b7e425af2e9cbe3350ca31abc4d5a290807
tree49c8beaf7b5ac4ea8a34d30c1927513ba41a3c55
parent2a23682b08f37afd358ffe6b58ea55d0b8d85f76
rgw: Work around Boost.Containers bug in 1.91

Since we're inserting from another `flat_set`, we can use
`ordered_unique_range`and sidestep the issue entirely and it's more
efficient.

https://github.com/boostorg/container/issues/334

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/rgw/rgw_zone.cc