-
Notifications
You must be signed in to change notification settings - Fork 125
Patch for Fusion regression. #82
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
Conversation
|
That's a good idea @Flast I think it's nice so. 😄 |
|
I do not have write access here, so you'll probably have to ask the maintainers of boostorg master. It might be a good idea to ask the Boost List. |
|
Thank you, @djowel, @daminetreg and @danieljames ! |
|
The patch (http://www.boost.org/patches/1_58_0/0002-Fix-a-regression-with-non-constexpr-types.patch) is difficult to apply for anybody who would want to use it. Paths in this patch (excluding Paths existing in No value of |
|
Oh! It looks like the patch was generated for boost cloned out of github and not the zip distribution. This is bad indeed, I'll regenerate it and submit it here. |
|
@Arfrever the patch is to be executed prior the build in the subfolder libs/fusion. 😄 Then it will work. |
|
No. It will not work, unless you claim that |
|
Sorry I've been writing this too fast as I was too tired. Definitely I'll regenerate the patch on the right tree. |
…le on released boost zip.
|
A fixed patch appliable with |
Boost.Fusion has a regression (#11211) in 1.58 release: this PR publish a patch to fix it, including boostorg/fusion#70, boostorg/fusion#71 and boostorg/fusion#72.
CC: @djowel , @daminetreg