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

Adding noexcept and changing typedefs #1

Merged
merged 6 commits into from
Jun 10, 2015
Merged

Commits on Jun 9, 2015

  1. Configuration menu
    Copy the full SHA
    75a63e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94eddba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54e5761 View commit details
    Browse the repository at this point in the history
  4. Rename Container to container_type.

    For consistency with std::stack, std::queue etc.
    jwakely committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    a12e113 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40cc39b View commit details
    Browse the repository at this point in the history
  6. Add noexcept to other accessors.

    This assumes those accessors have no !empty() precondition.
    jwakely committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    0b9bdcd View commit details
    Browse the repository at this point in the history