]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Merge PR #60216 into main
authorPatrick Donnelly <pdonnell@ibm.com>
Tue, 22 Oct 2024 00:54:15 +0000 (20:54 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Tue, 22 Oct 2024 00:54:15 +0000 (20:54 -0400)
commit514ff50d95e967a832f8e1f2581e5dd1bc0d53a9
tree92a74ead155be844f753a0b2b396b9a26e96a940
parentbb135342433c21798b4bd0172fb881c74d6577e9
parent9441e9ad3a2e872a678a828e1b53e0e2a1ffaf45
Merge PR #60216 into main

* refs/pull/60216/head:
common/options: pass name as rvalue reference
common/config: use libfmt to build strings
common/config: use emplace_back() instead of push_back()
common/HeartbeatMap: pass name as rvalue reference
common/config_obs_mgr: use the erase() return value
common/SloppyCRCMap: use the erase() return value
common: disable `boost::intrusive::constant_time_size`

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>