Partial backport of core PR11043
Backported commits are 8617989, 3e09b39 and a357293
Depends on D2229
Differential D2232
Add MakeUnique (substitute for C++14 std::make_unique) Fabien on Dec 28 2018, 23:13. Authored by
Details
Partial backport of core PR11043 Backported commits are 8617989, 3e09b39 and a357293 Depends on D2229 make check
Diff Detail
Event TimelineComment Actions Upgrade to c++14 is a work in progress. This change could be easily upgraded to c++14 make_unique when it becomes available (the same with the reverse iterator, rbegin() and rend() are standard in c++14). |