Skip to content

src: prefer make_unique

Rodrigo Muino Tomonari requested to merge github/fork/mhdawson/cleanup into master

In most of the code base we use make_unique instead of new unique_ptr. Update node_platform.cc to be consistent with that.

Signed-off-by: Michael Dawson michael_dawson@ca.ibm.com

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading