Skip to content
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

Remove deprecated std::allocator<void> #296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thed636
Copy link
Contributor

@thed636 thed636 commented Jun 4, 2021

Clang claims about std::allocator is deprecated in C++17

Apple clang version 12.0.5 (clang-1205.0.22.9)
Target: arm64-apple-darwin20.5.0

@thed636 thed636 requested a review from elsid June 4, 2021 22:05
@elsid
Copy link
Collaborator

elsid commented Jun 5, 2021

Looks like boost is not longer available to download at https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.gz so all linux builds have failed. Need to switch to https://boostorg.jfrog.io/artifactory/main/release/1.66.0/source/boost_1_66_0.tar.gz . Or maybe setup our own mirror to avoid such issue in the future.

@thed636
Copy link
Contributor Author

thed636 commented Jun 5, 2021

Outdated versions are such a pain. :(

@elsid
Copy link
Collaborator

elsid commented Jun 6, 2021

It's not only outdated version. All boost.org downloads have been moved to boostorg.jfrog.io.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants