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

Fix Issue 18848 - std.allocator: Regions are non-copyable, yet are pa… #6509

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 15, 2018

  1. Fix Issue 18848 - std.allocator: Regions are non-copyable, yet are pa…

    …ssed around in examples
    
    This doesn't fix that non-copyable regions are still passed around in
    examples, so we still rely on NRVO to do its thing and elide the
    copy, but at least this will now catch wrong code that mistakenly
    copied Regions around.
    CyberShadow committed May 15, 2018
    Configuration menu
    Copy the full SHA
    24050c5 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. free_list: Fix broken unittest

    Fix compilation error (previously, silent dangling pointer and
    double-free).
    CyberShadow committed May 18, 2018
    Configuration menu
    Copy the full SHA
    711d971 View commit details
    Browse the repository at this point in the history