]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: fix a missing 'noexcept' on a move ctor 53712/head
authorRonen Friedman <rfriedma@redhat.com>
Thu, 28 Sep 2023 12:04:06 +0000 (07:04 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Sat, 2 Dec 2023 14:36:30 +0000 (16:36 +0200)
commit084fb34971d733ce3f13e4902863539c95660ac7
tree7ceadae2d5e3329302bc0a94824573f8a5ada57e
parent171d2b5b38f5bae1123e0cd06979f3b81f782715
osd: fix a missing 'noexcept' on a move ctor

as a non-default, non-noexcept move ctor is ignored by
stl containers.

See clang-tidy's performance-noexcept-move-constructor

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/PG.h