This project is archived. Its data is
read-only
.
Use std::optional everywhere
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Use std::optional everywhere
Paul Gessinger-Befurt
requested to merge
std-optional
into
master
Dec 19, 2019
Overview
0
Commits
1
Pipelines
1
Changes
8
This removes usage of boost::optional and boost::none in favor of std::optional and std::nullopt.
Merge request reports
Loading