ozo icon indicating copy to clipboard operation
ozo copied to clipboard

Remove deprecated std::allocator<void>

Open thed636 opened this issue 3 years ago • 3 comments

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 avatar Jun 04 '21 22:06 thed636

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.

elsid avatar Jun 05 '21 16:06 elsid

Outdated versions are such a pain. :(

thed636 avatar Jun 05 '21 19:06 thed636

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

elsid avatar Jun 06 '21 12:06 elsid