Skip to content
GitLab
Explore
Sign in
Register
Use std::make_unique to construct std::unique_ptr's
Code
Review changes
Check out branch
Download
Patches
Plain diff
Bram Veenboer
requested to merge
cleanup-unique-pr
into
master
May 15, 2023
Overview
0
Commits
1
Pipelines
2
Changes
6
Expand
This is a minor cleanup, use
std::make_unique
is nicer than calling
new
.
Merge request reports
Loading