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

compile error #2

Open
wxyBUPT opened this issue Nov 21, 2022 · 2 comments
Open

compile error #2

wxyBUPT opened this issue Nov 21, 2022 · 2 comments

Comments

@wxyBUPT
Copy link

wxyBUPT commented Nov 21, 2022

sequence_t current = minimum_sequence_after(sequence, count, m_sequences.data());

disruptorplus/sequence_barrier_group.hpp:202:67: error: ‘count’ was not declared in this scope

@lewissbaker
Copy link
Owner

Looks like it’s missing the line:

            size_t count = m_sequences.size();

Also in the other overload of wait_until_published.

@saltzm
Copy link
Contributor

saltzm commented Jan 25, 2023

I have a pull request open for this issue here by the way :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants