-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
(#14402) boost: Add filesystem_use_std_fs option #14403
(#14402) boost: Add filesystem_use_std_fs option #14403
Conversation
Use C++17's std::filesystem::path, std::system_error and std::error_code
I detected other pull requests that are modifying boost/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prsso don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 0d10ee3boost/1.73.0
|
Conan v1 pipelineAll green in build 2 (
|
Hooks produced the following warnings for commit 0d10ee3boost/1.74.0
boost/1.72.0
boost/1.71.0
boost/1.70.0
boost/1.78.0
boost/1.77.0
boost/1.80.0
boost/1.75.0
boost/1.79.0
boost/1.76.0
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Use C++17's std::filesystem::path, std::system_error and std::error_code
Specify library name and version: boost/all
Closes #14402
This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!