Fixes for boost 1.90 by davidrohr · Pull Request #801 · AliceO2Group/Control
Conversation
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.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters