Skip to content

Use std::make_unique where possible

Jonah Brüchert requested to merge work/unique_ptr into master

This became possible since we are using C++17 for some time now.

Merge request reports