Forked from
ogs / ogs
9209 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
boost::none -> std::nullopt boost::make_optional -> std::make_optional boost::optional<T>::get() -> std::optional<T>::value()