We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
disruptorplus/include/disruptorplus/sequence_barrier_group.hpp
Line 202 in e9d7250
disruptorplus/sequence_barrier_group.hpp:202:67: error: ‘count’ was not declared in this scope
The text was updated successfully, but these errors were encountered:
Looks like it’s missing the line:
size_t count = m_sequences.size();
Also in the other overload of wait_until_published.
wait_until_published
Sorry, something went wrong.
I have a pull request open for this issue here by the way :)
No branches or pull requests
disruptorplus/include/disruptorplus/sequence_barrier_group.hpp
Line 202 in e9d7250
disruptorplus/sequence_barrier_group.hpp:202:67: error: ‘count’ was not declared in this scope
The text was updated successfully, but these errors were encountered: