-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
avoid bind and unique_ptr #288
Conversation
bcc58c6
to
d8fca27
Compare
9cef9ce
to
2792558
Compare
Something is failing. |
Removed bind commit. Will revisit. |
b19d27e
to
0de2039
Compare
You're breaking clang-tidy action, likely need to update |
The reason it’s failing is only because I’m modifying the header file. |
Don't expand the PR or I won't review it again, fix the issues so it can be merged and open a new one for new changes. Preferably roll back the new commits from yesterday. |
5fe56cc
to
31934b2
Compare
Split off some commits to a different PR. |
Can avoid the lambdas by using operator==. Also converted some to for range loops where it made sense. Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
Replaced sleep + while with cv.wait(). Signed-off-by: Rosen Penev <[email protected]>
The latter is more flexible. Signed-off-by: Rosen Penev <[email protected]>
Not really needed here. Signed-off-by: Rosen Penev <[email protected]>
Deprecated in C++17. Also cleaned up surrounding code. Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
No description provided.