https://gitlab.opengeosys.org/ogs/ogs.git
Revision 09080cf911cae5c7faaf8573e82c899903e7b9fc authored by Dmitri Naumov on 09 March 2021, 22:05:24 UTC, committed by Dmitri Naumov on 10 March 2021, 08:34:57 UTC
boost::none -> std::nullopt
boost::make_optional -> std::make_optional
boost::optional<T>::get() -> std::optional<T>::value()
1 parent 363cf6d
History
Tip revision: 09080cf911cae5c7faaf8573e82c899903e7b9fc authored by Dmitri Naumov on 09 March 2021, 22:05:24 UTC
Use std::optional specific functions and helpers.
Tip revision: 09080cf
File Mode Size
container-maker @ a7e952f
ogs6py @ a909ed6
paraview
.clang-tidy -rw-r--r-- 263 bytes
ReadMe.md -rw-r--r-- 615 bytes

ReadMe.md

back to top