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

Workaround approximate use_count in std::shared_ptr #1032

Merged
merged 3 commits into from
Nov 2, 2017

Commits on Oct 31, 2017

  1. Workaround approximate use_count in std::shared_ptr

    According to the C++ documentation on std::shared_ptr::use_count()
    function, the value returned is approximate in a multithreaded
    environment. Some tests are expecting an exact count, so adjust tests to
    allow the count to become "correct" within a specified amount of time.
    Jonathan Marsden committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    d81e7ec View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. Handle another failing use_count failure

    Jonathan Marsden committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    9a8121b View commit details
    Browse the repository at this point in the history
  2. And yet another use_count failure

    Jonathan Marsden committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    262da0e View commit details
    Browse the repository at this point in the history