]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: Replace deprecated std::align_storage_t with alignas 64595/head
authorAlex Ainscow <aainscow@uk.ibm.com>
Mon, 21 Jul 2025 07:17:57 +0000 (08:17 +0100)
committerAlex Ainscow <aainscow@uk.ibm.com>
Mon, 21 Jul 2025 07:31:04 +0000 (08:31 +0100)
commitef055d4b7fdfde4a87d933c9f55e065d0cbab5e3
treee955b56391ada3ef8279fc49c07dfd40f278af12
parentd62162719b7353951d90fbc9c131150d71205cf5
osd: Replace deprecated std::align_storage_t with alignas

C++23 has been enabled, causing deprecated warnings. Following the
"possible implementation" in the C++ docs, I have replaced the last
remaining aligned_storage_t.

Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
src/common/async/waiter.h