Skip to content

Use std::make_unique to construct std::unique_ptr's

Bram Veenboer requested to merge cleanup-unique-pr into master

This is a minor cleanup, use std::make_unique is nicer than calling new.

Merge request reports