Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Use std::optional everywhere
Code
Review changes
Check out branch
Download
Patches
Plain diff
Paul Gessinger
requested to merge
std-optional
into
master
Dec 19, 2019
Overview
0
Commits
1
Pipelines
1
Changes
8
Expand
This removes usage of boost::optional and boost::none in favor of std::optional and std::nullopt.
Merge request reports
Loading