Skip to content
GitLab
Explore
Sign in
use `std::make_unique` directly
Code
Review changes
Check out branch
Download
Patches
Plain diff
Ansgar Burchardt
requested to merge
ansgar/dune-common:use-std-make_unique
into
master
Feb 11, 2019
Overview
0
Commits
1
Pipelines
1
Changes
5
Expand
DUNE now requires C++14 which has
std::make_unique
.
Merge request reports
Loading