On 5/28/24 18:19, Peter Dimov via Boost wrote:
Glen Fernandes wrote:
On Mon, May 27, 2024 at 11:38 AM Glen Fernandes wrote:
Thanks Andrey. I'll try and fix the above tags in the corresponding libraries manually by tomorrow night.
Done. (All 30 libraries' boost-1.85.0 tags updated)
Thanks.
This is creating problems for vcpkg
https://github.com/microsoft/vcpkg/issues/38974#issuecomment-2134491489
so we need to make sure it doesn't happen again.
For everyone who has the superproject checked out, the command to update the tags in the working copy is
git submodule foreach git fetch --tags -f
Better to update the superproject, too. I used: git fetch --recurse-submodules --jobs 8 --prune --tags --force in Boost root. It did update a few old tags in the superproject for me.