-
Notifications
You must be signed in to change notification settings - Fork 141
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 collection_size_type copy.hpp filename with additional space? #237
Comments
BTW, I have checked the source code of version boost_1_72_0, it is OK for the filename, Thanks, |
I can see it in the 1.76.0 release. |
this is a mistake. I don't know how I did it, but it shouldn't appear in the master branch. I think someone pointed it out to me and I removed from develop. I generally only update the master by doing a "squash merger" from develop and I generally only do that once soon before release. So it should disappear from the master at the next release. If you need immediate relief, just remove it from your local copy. Thanks for pointing this out. |
Thanks for all your information, it is clear for me, Besides, I checked this issue in package since version 1_74_0, it is ok in version 1_73_0. Would you please let me know the date if possible, so we can work with latest great boost smoothly. Thanks, |
Will boost add this issue to release note for 1.76.0? how does boost publish such issues? |
Hi, I see this issue still exist in the latest release 1.78.0? do you have plan to fix it? |
Hey, This file is still in release 1.82.0. The space causes an issue when building a Tensorflow wheel against it:
I'm removing the file locally, but simply replacing the space with an underscore would make this a non-issue. |
Hi Dear receiver,
I am new here, thanks for your time and input in advance.
As tittle, recently, I tried to use latest boost
https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.gz
to build on one linux machine, it report error when doing related making due to there is one strange space character in the filename "collection_size_type copy.hpp"
Is that expected or on purpose?
It seems not a friendly file name for linux related tool chain operation.
Thanks,
Charley
The text was updated successfully, but these errors were encountered: