]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/os: capture labels using a new variable 39359/head
authorKefu Chai <kchai@redhat.com>
Mon, 8 Feb 2021 14:04:32 +0000 (22:04 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 8 Feb 2021 14:09:46 +0000 (22:09 +0800)
commitfab5910b3f8f5cbd2fae61ba8d77fd8aa82994dd
treec2ef26ddf3a22301de9c24ef9947103ca0cc697c
parenteadc2bce48c53ba02d06342c39fc785e359ccc58
crimson/os: capture labels using a new variable

structured-binding does not define variables, so we cannot use "[=]" to
implicitly capture them. define variables in the capture list instead.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/os/seastore/omap_manager/btree/omap_btree_node_impl.cc