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: add incr/decr operators for Reference #19083

Closed

Commits on Mar 9, 2018

  1. src: add incr/decr operators for Reference

    This commit adds operator overloads for increment/decrement to
    AliasedBuffer::Reference.
    The motivation for doing this is to hopefully make code that needs
    to increment/decrement a little simpler.
    danbev committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    5cb22f6 View commit details
    Browse the repository at this point in the history
  2. squash: fix return statements

    danbev committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    4fca5f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c687c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    651bfb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18f46e8 View commit details
    Browse the repository at this point in the history