]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/options: s/boost::variant/std::variant/
authorKefu Chai <kchai@redhat.com>
Sun, 27 Jun 2021 02:38:39 +0000 (10:38 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 29 Jun 2021 08:56:58 +0000 (16:56 +0800)
commit863d8385d0cff55ca2429135f22d4a5cb45f981b
tree671a966728d7929e4b71cdaa71d10da020c00430
parente9de1d9c9b61ee3ad862f5db12c8cbc38b9d3860
common/options: s/boost::variant/std::variant/

we should use standard library for more well defined behavior, and
less dependencies on 3rd party libraries.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/config.cc
src/common/config.h
src/common/options.cc
src/common/options.h
src/mgr/ActivePyModules.cc
src/mon/ConfigMonitor.cc