Skip to content

src: avoid `std::make_unique` for now

This broke Travis CI. We have run into this problem with std::make_unique in the past, and opted to not use it for now, e.g. in https://github.com/nodejs/node/pull/20386.

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

Merge request reports

Loading