Commit d284151
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#6756)
* Update Vectorized STL algorithm documentation to reflect the current stae (#5937)
Since the last update:
* ARM64 and ARM64EC vectorization was added. Mention of x64 and x86 is removed, as vectorization is now supported on any target, except deprecated `/clr:pure` and `/clr:safe` modes.
* `includes` is now manually vectorized too
* `replace_copy` is now manually vectorized too
Also moved `find_end` to `search` / `search_n` group, where it fits better.
* Update header-files-cpp.md (#5938)
Clarify intent of section
* Update documentation on accessing System.String characters (#5940)
* Update documentation on accessing System.String characters
Added important note about treating interior pointers as const and linked to unsafe code best practices.
* Update docs/dotnet/how-to-access-characters-in-a-system-string.md
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Aaron R Robinson <arobins@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Aaron R Robinson <arobins@microsoft.com>
---------
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
---------
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: Alex Guteniev <gutenev@gmail.com>
Co-authored-by: veganaiZe <7102064+veganaiZe@users.noreply.github.com>
Co-authored-by: Aaron R Robinson <arobins@microsoft.com>
Co-authored-by: Jan Kotas <jkotas@microsoft.com>1 parent 6eefb9f commit d284151
1 file changed
Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
0 commit comments