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

host: include cstdint before boost/lockfree/queue.hpp #836

Closed
wants to merge 1 commit into from

Conversation

setarcos
Copy link

cmake will fail when checking CHECK_WORKING_CXX_BOOST_ATOMICS
without "#include ". And the same with other two c++ files.

cmake will fail when checking CHECK_WORKING_CXX_BOOST_ATOMICS
without "#include <cstdint>".  And the same with other two c++
files.
@mbr0wn
Copy link
Contributor

mbr0wn commented Feb 12, 2025

On which system/OS is this? Which Boost version? We've not seen this issue; in the cmake scenario it's particularly weird because there's nothing in there except for the Boost construct.

@setarcos
Copy link
Author

It seems will be fix in boost.
boostorg/lockfree#109

@setarcos setarcos closed this Feb 13, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Feb 13, 2025
@mbr0wn
Copy link
Contributor

mbr0wn commented Feb 13, 2025

Thanks for closing that loop!

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

Successfully merging this pull request may close these issues.

2 participants