-
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
Boost/1.76.0: Fix missing header (was added in boost/1.77.0) #15693
Boost/1.76.0: Fix missing header (was added in boost/1.77.0) #15693
Conversation
- The existing code fails to build if <utility> was not already included. - boostorg/math#670
I detected other pull requests that are modifying boost/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so 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 825b259boost/1.76.0
|
Co-authored-by: Jordan Williams <jordan@jwillikers.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit ca5cb93boost/1.76.0
|
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 5 (
Conan v2 pipeline (informative, not required for merge) ❌
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future. See details:Failure in build 3 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
Hooks produced the following warnings for commit ca5cb93boost/1.76.0
|
…/1.77.0) * Boost/1.76.0: Fix #include inside boost namespace patch - The existing code fails to build if <utility> was not already included. - boostorg/math#670 * Apply suggestions from code review Co-authored-by: Jordan Williams <jordan@jwillikers.com> --------- Co-authored-by: Chris Mc <prince.chrismc@gmail.com> Co-authored-by: Jordan Williams <jordan@jwillikers.com>
Specify library name and version: boost/1.76.0
This fix apply the patch introduced by boost/math PR boostorg/math#670