You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
librbd: migrate from boost::variant to std::variant
This change is part of a broader effort to reduce dependencies on
third-party libraries by leveraging C++ standard library alternatives.
Migrating from boost::variant to std::variant improves code readability
and maintainability while reducing external dependencies.
Signed-off-by: Kefu Chai <[email protected]>
0 commit comments