Skip to content

Conversation

@vpatakottu
Copy link
Contributor

@vpatakottu vpatakottu commented Aug 27, 2025

Fixes #46068

  • Changes comply with the maintainer guide.
  • [] SHA512s are updated for each updated download.
  • [] The "supports" clause reflects platforms that may be fixed by this new version.
  • [] Any fixed CI baseline entries are removed from that file.
  • [] Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

This PR adds a patch that addresses the C4146 warnings detected in the boost-container repo. This change has already been contributed upstream to the boost-container repo here: boostorg/container#307. This fix will be released in boost-container 1.90 sometime in December; however, the fix_msvc_c4146_warnings.diff patch was introduced to apply this change sooner in the vcpkg port version.

@vpatakottu vpatakottu changed the title Boost container c4146patch [boost-container] Fix C4146 warnings in dlmalloc_2_8_6.c and dlmalloc_ext_2_8_6.c Aug 27, 2025
@vpatakottu vpatakottu marked this pull request as ready for review August 28, 2025 02:33
@vicroms vicroms merged commit e9dc137 into microsoft:master Aug 28, 2025
18 checks passed
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.

[boost-container] C4146 warnings in dlmalloc_2_8_6.c and dlmalloc_ext_2_8_6.c

2 participants