Skip to content

Conversation

@marlenecota
Copy link
Contributor

@marlenecota marlenecota commented Nov 16, 2023

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

Why

MSVC is deprecating stdext::checked_array_iterator which fmt was using and caused build breaks when we updated to VS 17.8.

Resolve #12407

What

Updating to fmt 10.1.0 since it removes all stdext::checked_array_iterator references. (fmtlib/fmt#3540)
Also removing current workaround of silencing the warning.

Testing

fmt.vcxproj now builds with VS 17.8

Changelog

Should this change be included in the release notes: yes

Update fmt version from 8.0.0 to 10.1.0

Microsoft Reviewers: Open in CodeFlow

@marlenecota marlenecota requested a review from a team as a code owner November 16, 2023 17:07
@marlenecota marlenecota enabled auto-merge (squash) November 16, 2023 17:17
@marlenecota marlenecota merged commit 63f11aa into microsoft:main Nov 16, 2023
@marlenecota marlenecota deleted the fmt branch November 16, 2023 17:52
@chrisglein chrisglein mentioned this pull request Jan 11, 2024
jonthysell pushed a commit to jonthysell/react-native-windows that referenced this pull request May 2, 2024
This PR backports microsoft#12411 to 0.71.

* update fmt to 10.1.0

* Change files
jonthysell added a commit that referenced this pull request May 2, 2024
This PR backports #12411 to 0.71.

* update fmt to 10.1.0

* Change files

Co-authored-by: Marlene Cota <mcota@microsoft.com>
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.

VS 17.8 breaks building

2 participants