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

Placeholder accessors can be default constructed #18

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

Commits on Jul 10, 2017

  1. Placeholder accessors can be default constructed

    * Placeholder accessor constructor can optionally not take memobj
    
    * Handler can specify the buffer later on
    Ruyk committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    0a71e4f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Providing explicit documentation for throwing an exception when no bu… (

    #21)
    
    * Providing explicit documentation for throwing an exception when no buffer exists.
    
    * Removed implementation details and provided interface specification only.
    
    * Applied fixes to Gordon's review
    
    * Changed has_buffer to be a const function
    
    * Changed wording for the placeholder accessor buffer
    cjdb authored and Ruyk committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    117519e View commit details
    Browse the repository at this point in the history