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

bshoshany-thread-pool: add version 5.0.0 #26229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bshoshany
Copy link
Contributor

Summary

Changes to recipe: bshoshany-thread-pool/5.0.0

Motivation

Updated to v5.0.0.

Details

Starting with this version, the library is also available as a C++20 module. I tried to find if Conan supports modules, but could not find anything other than a blog post saying you're working on it. Currently, in addition to copying the header file include/BS_thread_pool.hpp (which can still be included as a normal header file if C++20 modules are not available) to os.path.join(self.package_folder, "include"), the recipe also copies the module file, modules/BS.thread_pool.cppm, to os.path.join(self.package_folder, "modules"). Does that make sense, or would the user not have access to that folder? Any help would be appreciated.


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

Successfully merging this pull request may close these issues.

1 participant