]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr,mon: s/boost::optional/std::optional/
authorKefu Chai <kchai@redhat.com>
Sun, 27 Jun 2021 04:01:17 +0000 (12:01 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 29 Jun 2021 08:59:33 +0000 (16:59 +0800)
commita41b62bd85688bec566a7760cea95341bcb7a953
tree5478942ffeb72f6e1cb2428b6f02095ac5cfd851
parent32e62f9a643aed367063325581922233e34e9304
mgr,mon: s/boost::optional/std::optional/

since the encoding schemes of boost::optional and std::optional are
identical, they can be used interchangeably.

Signed-off-by: Kefu Chai <kchai@redhat.com>
21 files changed:
src/client/Client.cc
src/librados/RadosClient.cc
src/messages/MKVData.h
src/messages/MStatfs.h
src/mgr/ActivePyModules.cc
src/mgr/ActivePyModules.h
src/mgr/BaseMgrModule.cc
src/mgr/PyModule.cc
src/mgr/PyModule.h
src/mgr/PyModuleRegistry.h
src/mon/ConfigMap.h
src/mon/ConfigMonitor.cc
src/mon/ConfigMonitor.h
src/mon/KVMonitor.cc
src/mon/KVMonitor.h
src/mon/MgrStatMonitor.h
src/mon/PGMap.cc
src/mon/PGMap.h
src/neorados/RADOS.cc
src/osdc/Objecter.cc
src/osdc/Objecter.h