Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: avoid std::make_unique for now #23856

Closed
wants to merge 1 commit into from

Commits on Oct 24, 2018

  1. 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 nodejs#20386.
    addaleax committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    b669f96 View commit details
    Browse the repository at this point in the history