Skip to content

Fixes for boost 1.90#801

Merged
knopers8 merged 1 commit intoAliceO2Group:masterfrom
davidrohr:master
Mar 3, 2026
Merged

Fixes for boost 1.90#801
knopers8 merged 1 commit intoAliceO2Group:masterfrom
davidrohr:master

Conversation

@davidrohr
Copy link
Contributor

This makes it compile with boost 1.90 for now. But we should modernize the boost usage in Control! Eventually, some of the deprecated boost features like the boost random number generators will be removed, we should switch to std::...
And the boost lockfree queue is used incorrectly, it must not be called with a trivial constructor, if no compile-time capacity is provided.

Copy link
Collaborator

@knopers8 knopers8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I will note the wrong use of the queue.

@knopers8 knopers8 merged commit dd84863 into AliceO2Group:master Mar 3, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants