Skip to content

doc: Add README note and comment for fix-msvc-checked-array-iterator patch#12

Merged
Trenly merged 1 commit into
CppRestSDKFixfrom
copilot/add-note-to-overlay-readme
Jun 23, 2026
Merged

doc: Add README note and comment for fix-msvc-checked-array-iterator patch#12
Trenly merged 1 commit into
CppRestSDKFixfrom
copilot/add-note-to-overlay-readme

Conversation

Copilot AI commented Jun 23, 2026

Copy link
Copy Markdown

A reviewer requested documentation for the new fix-msvc-checked-array-iterator.patch added to the cpprestsdk overlay.

  • src/VcpkgPortOverlay/README.md – Added entry under the cpprestsdk section documenting the patch: stdext::checked_array_iterator was removed in VS2026 (MSVC 19.43); the patch replaces its usages with plain pointers (equivalent to the existing #else branch).
  • src/VcpkgPortOverlay/CreatePortOverlay.ps1 – Added an inline comment above the Add-LocalPatch call explaining why the patch exists.

@Trenly Trenly marked this pull request as ready for review June 23, 2026 19:13
@Trenly Trenly merged commit c4a02d8 into CppRestSDKFix Jun 23, 2026
3 of 4 checks passed
@Trenly Trenly deleted the copilot/add-note-to-overlay-readme branch June 23, 2026 19:14
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