]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephfs, tools/cephfs_mirror: migrate from boost::variant to std::variant 63179/head
authorKefu Chai <tchaikov@gmail.com>
Mon, 12 May 2025 02:36:29 +0000 (10:36 +0800)
committerKefu Chai <tchaikov@gmail.com>
Fri, 13 Jun 2025 22:14:10 +0000 (06:14 +0800)
commitad71a82014cbc7eb84d00bbea232f8d324cda9b2
treeb2a02a72983654bb065303398ee6c963324241ad
parent57322f32ae9f088108e133a2e27c5a4cbe1aca68
cephfs, tools/cephfs_mirror: migrate from boost::variant to std::variant

Replacing boost::variant with std::variant throughout the cephfs related
codebase. This change is part of our ongoing effort to reduce
third-party dependencies by leveraging C++ standard library alternatives
where possible.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/rgw/rgw_cksum_digest.h
src/rgw/rgw_file.cc
src/rgw/rgw_file_int.h
src/rgw/rgw_lc.cc