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 asserts on shared_ptr::use_count; expects long, got uint32 #936

Commits on Dec 5, 2019

  1. Fix asserts on shared_ptr::use_count; expects long, got uint32

    Signed-off-by: Zachary Michaels <zmichaels11@gmail.com>
    zmichaels11 committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    844dccc View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Add suffix to integer literals to make them longs

    Signed-off-by: Zachary Michaels <zmichaels11@gmail.com>
    zmichaels11 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    daebedf View commit details
    Browse the repository at this point in the history
  2. Add missing L

    Signed-off-by: Zachary Michaels <zmichaels11@gmail.com>
    zmichaels11 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    bd9a058 View commit details
    Browse the repository at this point in the history