-
Notifications
You must be signed in to change notification settings - Fork 691
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
Leftovers from #914 #944
base: master
Are you sure you want to change the base?
Leftovers from #914 #944
Conversation
Thanks for following up on that. I have cherry-picked all the commits except for
(1) seems that only aligns the complete buffer, but not individual type (2) fails to compile
There are likely some similar issues where remaining boost includes cause conflicts, |
5afcb9b
to
12c78ef
Compare
9f49d0e
to
03c1531
Compare
This still fails to compile here after re-configuring with
|
Maybe a bug with libboost1.74 that I'm using? I can try with boost 1.68.0 that we use for official binaries, in the unlikely case the older version is not affected. |
03c1531
to
82ca560
Compare
As I thought initially, it's not a buggy Boost version, just an old one. It was not up until Boost 1.85 that the I just removed any flag related to |
Some stuff was left from #914. Most of the commits in this new PR do not keep all the original modifications. Feel free to rearrange the commits as you see fit. I guess the one that uses std::stringstream will need to be reworked.