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: separate owning and non-owning AliasedBuffers #33142

Closed
wants to merge 1 commit into from

Commits on Apr 29, 2020

  1. src: separate owning and non-owning AliasedBuffers

    Move the reserve() method into an owning variant of AliasedBuffer,
    and split the two constructors to different classes to make the
    contract explicit instead of relying on run time CHECKs.
    Also deletes unused assignment operator and copy/move
    constructors to make sure they don't get copied by accident.
    joyeecheung committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    520da4a View commit details
    Browse the repository at this point in the history