Skip to content

Code block changes #4038

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

namanpatel6
Copy link

Submitted via Docs Editor.

@PRMerger7
Copy link
Contributor

@namanpatel6 : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@opbld32
Copy link

opbld32 commented Jul 11, 2022

Docs Build status updates of commit ec69419:

✅ Validation status: passed

File Status Preview URL Details
docs/cpp/compound-statements-blocks.md ✅Succeeded

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@colin-home
Copy link
Contributor

@namanpatel6
We appreciate everyone who makes a contribution to improving the C++ docs, so, thank you. When you make a change, we like to see either a reference to an issue from our issues board, or a justification for the change in the comment for your PR. In this case, I'm having trouble understanding the reason for this change. Normally, you want to hoist common code paths outside of a control structure, so you don't repeat yourself (and so you don't make mistakes later when you make changes to one code path but not the other). If the Alert routine is meant to always be called, it should come after the block for the else clause. Since it only appears in the if clause, it's a clue that it only applies to the if (the error case) and not the else (the normal case). Is something unclear about this example?

@Jak-MS
Copy link
Contributor

Jak-MS commented Jul 11, 2022

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@PRMerger16 PRMerger16 added the aq-pr-triaged Tracking label for the PR review team label Jul 11, 2022
@opbld32
Copy link

opbld32 commented Jul 12, 2022

Docs Build status updates of commit ec69419:

✅ Validation status: passed

File Status Preview URL Details
docs/cpp/compound-statements-blocks.md ✅Succeeded

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@opbld31
Copy link

opbld31 commented Jul 12, 2022

Docs Build status updates of commit ec69419:

✅ Validation status: passed

File Status Preview URL Details
docs/cpp/compound-statements-blocks.md ✅Succeeded

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@opbld30
Copy link

opbld30 commented Jul 12, 2022

Docs Build status updates of commit ec69419:

✅ Validation status: passed

File Status Preview URL Details
docs/cpp/compound-statements-blocks.md ✅Succeeded

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

BrandonPacewic pushed a commit to BrandonPacewic/cpp-docs that referenced this pull request Sep 27, 2022
…tDocs#4038)

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review
BrandonPacewic added a commit to BrandonPacewic/cpp-docs that referenced this pull request Sep 27, 2022
…//github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs (MicrosoftDocs#4038)

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (MicrosoftDocs#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs (MicrosoftDocs#4038)

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
BrandonPacewic added a commit to BrandonPacewic/cpp-docs that referenced this pull request Sep 27, 2022
…//github.com/MicrosoftDocs/cpp-docs (branch main) (#4298)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Add note about supported windows versions to <chrono>

* 5/18/2022 AM Publish (#4293)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/19/2022 AM Publish (#4294)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/20/2022 AM Publish (#4297)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

* Updates to address cpp-docs 3909 and 3910

* Updates per review

* Update links

* Fix pipe entities in standard-library articles

* Fix typo

* Fix review issues

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>
Co-authored-by: PRMerger13 <prmrgr13@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Charles Barto <chbarto@microsoft.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>
Co-authored-by: PRMerger13 <prmrgr13@microsoft.com>
BrandonPacewic added a commit to BrandonPacewic/cpp-docs that referenced this pull request Sep 27, 2022
…oftDocs#4302)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Add note about supported windows versions to <chrono>

* 5/18/2022 AM Publish (#4293)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/19/2022 AM Publish (#4294)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/20/2022 AM Publish (#4297)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

* Updates to address cpp-docs 3909 and 3910

* Updates per review

* Update links

* Fix pipe entities in standard-library articles

* Fix typo

* Fix review issues

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>
Co-authored-by: PRMerger13 <prmrgr13@microsoft.com>

* 5/23/2022 AM Publish (#4301)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work i…
BrandonPacewic added a commit to BrandonPacewic/cpp-docs that referenced this pull request Sep 27, 2022
* Fix issues in valarray content

* Acrolinx pass

* Fix description of Epilogue Count in ARM .xdata

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Clarify that `__vectorcall` is still decorated in x64

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* Test fix of issues found with pipe entities

* Tweak an OR flag

* I thought I'd fix one thing in valarray.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* Clean up ccs description, fix formatting

* Address comment

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Add note about supported windows versions to <chrono>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

* More pipey goodness.

* possible 3910 fix, tweaks

* Updates to address cpp-docs 3909 and 3910

* Updates per review

* Update links

* Fix pipe entities in standard-library articles

* Fix typo

* Fix review issues

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4298)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Add note about supported windows versions to <chrono>

* 5/18/2022 AM Publish (#4293)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/19/2022 AM Publish (#4294)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/20/2022 AM Publish (#4297)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-r…
BrandonPacewic added a commit to BrandonPacewic/cpp-docs that referenced this pull request Sep 27, 2022
* Fix issues in valarray content

* Acrolinx pass

* Fix description of Epilogue Count in ARM .xdata

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Clarify that `__vectorcall` is still decorated in x64

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* Test fix of issues found with pipe entities

* Tweak an OR flag

* I thought I'd fix one thing in valarray.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* Clean up ccs description, fix formatting

* Address comment

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Add note about supported windows versions to <chrono>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

* More pipey goodness.

* possible 3910 fix, tweaks

* Updates to address cpp-docs 3909 and 3910

* Updates per review

* Update links

* Fix pipe entities in standard-library articles

* Fix typo

* Fix review issues

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4298)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Add note about supported windows versions to <chrono>

* 5/18/2022 AM Publish (#4293)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/19/2022 AM Publish (#4294)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/20/2022 AM Publish (#4297)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-r…
mstorsjo pushed a commit to mstorsjo/cpp-docs that referenced this pull request Oct 4, 2022
* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs (MicrosoftDocs#4038)

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
mstorsjo pushed a commit to mstorsjo/cpp-docs that referenced this pull request Oct 4, 2022
* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs (MicrosoftDocs#4038)

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
mstorsjo pushed a commit to mstorsjo/cpp-docs that referenced this pull request Oct 4, 2022
* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs (MicrosoftDocs#4038)

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs (MicrosoftDocs#4038)

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (MicrosoftDocs#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs (MicrosoftDocs#4038)

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>
mstorsjo pushed a commit to mstorsjo/cpp-docs that referenced this pull request Oct 4, 2022
* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs (MicrosoftDocs#4038)

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs (MicrosoftDocs#4038)

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (MicrosoftDocs#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs (MicrosoftDocs#4038)

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>
mstorsjo pushed a commit to mstorsjo/cpp-docs that referenced this pull request Oct 4, 2022
* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs (MicrosoftDocs#4038)

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs (MicrosoftDocs#4038)

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (MicrosoftDocs#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs (MicrosoftDocs#4038)

* Remove some &MicrosoftDocs#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

* Updates to address cpp-docs 3909 and 3910

* Updates per review

* Update links

* Fix pipe entities in standard-library articles

* Fix typo

* Fix review issues

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>
Co-authored-by: PRMerger13 <prmrgr13@microsoft.com>
mstorsjo pushed a commit to mstorsjo/cpp-docs that referenced this pull request Oct 4, 2022
* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

* Updates to address cpp-docs 3909 and 3910

* Updates per review

* Update links

* Fix pipe entities in standard-library articles

* Fix typo

* Fix review issues

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4298)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Add note about supported windows versions to <chrono>

* 5/18/2022 AM Publish (#4293)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/19/2022 AM Publish (#4294)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/20/2022 AM Publish (#4297)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per…
mstorsjo pushed a commit to mstorsjo/cpp-docs that referenced this pull request Oct 4, 2022
* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* Test fix of issues found with pipe entities

* Tweak an OR flag

* I thought I'd fix one thing in valarray.

* Clean up ccs description, fix formatting

* Address comment

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

* More pipey goodness.

* possible 3910 fix, tweaks

* Updates to address cpp-docs 3909 and 3910

* Updates per review

* Update links

* Fix pipe entities in standard-library articles

* Fix typo

* Fix review issues

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4298)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Add note about supported windows versions to <chrono>

* 5/18/2022 AM Publish (#4293)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/19/2022 AM Publish (#4294)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/20/2022 AM Publish (#4297)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight…
mstorsjo pushed a commit to mstorsjo/cpp-docs that referenced this pull request Oct 4, 2022
* Fix issues in valarray content

* Acrolinx pass

* Fix description of Epilogue Count in ARM .xdata

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Clarify that `__vectorcall` is still decorated in x64

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* Test fix of issues found with pipe entities

* Tweak an OR flag

* I thought I'd fix one thing in valarray.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* Clean up ccs description, fix formatting

* Address comment

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Add note about supported windows versions to <chrono>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

* More pipey goodness.

* possible 3910 fix, tweaks

* Updates to address cpp-docs 3909 and 3910

* Updates per review

* Update links

* Fix pipe entities in standard-library articles

* Fix typo

* Fix review issues

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4298)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Add note about supported windows versions to <chrono>

* 5/18/2022 AM Publish (#4293)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/19/2022 AM Publish (#4294)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/20/2022 AM Publish (#4297)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-…
mstorsjo pushed a commit to mstorsjo/cpp-docs that referenced this pull request Oct 4, 2022
* Fix issues in valarray content

* Acrolinx pass

* Fix description of Epilogue Count in ARM .xdata

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Clarify that `__vectorcall` is still decorated in x64

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* Test fix of issues found with pipe entities

* Tweak an OR flag

* I thought I'd fix one thing in valarray.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* Clean up ccs description, fix formatting

* Address comment

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Add note about supported windows versions to <chrono>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

* More pipey goodness.

* possible 3910 fix, tweaks

* Updates to address cpp-docs 3909 and 3910

* Updates per review

* Update links

* Fix pipe entities in standard-library articles

* Fix typo

* Fix review issues

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4298)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Add note about supported windows versions to <chrono>

* 5/18/2022 AM Publish (#4293)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/19/2022 AM Publish (#4294)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/20/2022 AM Publish (#4297)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-…
mstorsjo pushed a commit to mstorsjo/cpp-docs that referenced this pull request Oct 4, 2022
* Fix issues in valarray content

* Acrolinx pass

* Fix description of Epilogue Count in ARM .xdata

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Clarify that `__vectorcall` is still decorated in x64

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* Test fix of issues found with pipe entities

* Tweak an OR flag

* I thought I'd fix one thing in valarray.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* Clean up ccs description, fix formatting

* Address comment

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Add note about supported windows versions to <chrono>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

* More pipey goodness.

* possible 3910 fix, tweaks

* Updates to address cpp-docs 3909 and 3910

* Updates per review

* Update links

* Fix pipe entities in standard-library articles

* Fix typo

* Fix review issues

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4298)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Add note about supported windows versions to <chrono>

* 5/18/2022 AM Publish (#4293)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/19/2022 AM Publish (#4294)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/20/2022 AM Publish (#4297)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-…
mstorsjo pushed a commit to mstorsjo/cpp-docs that referenced this pull request Oct 4, 2022
* Fix issues in valarray content

* Acrolinx pass

* Fix description of Epilogue Count in ARM .xdata

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Clarify that `__vectorcall` is still decorated in x64

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* Test fix of issues found with pipe entities

* Tweak an OR flag

* I thought I'd fix one thing in valarray.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* Clean up ccs description, fix formatting

* Address comment

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Add note about supported windows versions to <chrono>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

* More pipey goodness.

* possible 3910 fix, tweaks

* Updates to address cpp-docs 3909 and 3910

* Updates per review

* Update links

* Fix pipe entities in standard-library articles

* Fix typo

* Fix review issues

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4298)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Add note about supported windows versions to <chrono>

* 5/18/2022 AM Publish (#4293)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/19/2022 AM Publish (#4294)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/20/2022 AM Publish (#4297)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-…
mstorsjo pushed a commit to mstorsjo/cpp-docs that referenced this pull request Oct 4, 2022
* Fix issues in valarray content

* Acrolinx pass

* Fix description of Epilogue Count in ARM .xdata

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Clarify that `__vectorcall` is still decorated in x64

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* Test fix of issues found with pipe entities

* Tweak an OR flag

* I thought I'd fix one thing in valarray.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* Clean up ccs description, fix formatting

* Address comment

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Add note about supported windows versions to <chrono>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

* More pipey goodness.

* possible 3910 fix, tweaks

* Updates to address cpp-docs 3909 and 3910

* Updates per review

* Update links

* Fix pipe entities in standard-library articles

* Fix typo

* Fix review issues

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4298)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Add note about supported windows versions to <chrono>

* 5/18/2022 AM Publish (#4293)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/19/2022 AM Publish (#4294)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Taojunshen <v-jutao@microsoft.com>
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>

* Fix cpp-docs 3815 3898 3901 3902

* fix date

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Feng Xu <fenxu@microsoft.com>
Co-authored-by: branh <brhagger@microsoft.com>
Co-authored-by: sariaki <69108436+sariaki@users.noreply.github.com>
Co-authored-by: Jeff Borsecnik <36546697+jborsecnik@users.noreply.github.com>
Co-authored-by: Haig MacGregor <92189915+hmacgregor1@users.noreply.github.com>

* 5/20/2022 AM Publish (#4297)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* Linker option updates 1 of N

* Acrolinx pass

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Fix another typo

* Consistency check

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

* I thought I'd fix one thing in valarray.

* Update formatting

* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#4290)

* Clarify master and single directives.

A customer reported that the Remarks section for the master and single directives was confusing. Updated to make it clear that the reference to single in the remarks for master and the reference to master in the remarks for single are suggesting alternatives.

Have to use 'master' instead of 'main' here because that it is an OpenMP keyword.

* Fixed __vmx_on parameter being incorrect

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.

* 5/16/2022 AM Publish (#4289)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-related to github #3847 (#4272)

* simplify code example-related to github #3847

* right justify output

* Update docs/c-runtime-library/reference/getdiskfree.md

Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>

* address feedback

* Recreate Lauren's /TIME update

* fix for github 3787

* Fix formatting.

* acrolinx pass

* more acrolinx

* Added example program outputs + fixed `equal_range` example compile errors (#3892)

* Added a space to maintain style consistency (#3892)

* Added new line to output section of max (#3892)

* Adding another new line to output section of max (#3892)

* tech feedback

* Tweak issue templates

* Add two new templates for new doc work

Templates for doc work for new standards conformance in the compiler and tools.

* Fix merge issues

* Fix typo

* Updated per comments

* Clean up more html escaped pipe chars

* Remove more pipe html entities

* Bulk fix continued of pipe html entities

* Bulk fix of pipe html entities 5 of N

* Bulk fix pipe html entities 6 of N

* Slight Acrolinx pass

* Remove some &#124; ('|') HTML entities in docs (#4038)

* Remove some &#124; ('|') HTML entities in docs

* Another group of files

* Fixes after testing

* Tweaks per review

Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Pritam Ovhal <31490724+pritamso@users.noreply.github.com>
Co-authored-by: Lauren Prinn <laurenprinn98@gmail.com>
Co-authored-by: PRMerger16 <prmrgr16@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: PRMerger4 <prmergr4@microsoft.com>
Co-authored-by: Tamara K <93546702+tamarakhader@users.noreply.github.com>
Co-authored-by: Matin Sasanpour <matin.sasan@gmail.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: Dennis Rea <v-denrea@microsoft.com>
Co-authored-by: Colin Cooper <72402153+v-ccolin@users.noreply.github.com>
Co-authored-by: Carolyn McSharry <v-cmcsharry@microsoft.com>
Co-authored-by: PRMerger12 <prmrgr12@microsoft.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Shannon Leavitt <V-SHLEAV@microsoft.com>
Co-authored-by: Anna Huff <92125952+AnnaMHuff@users.noreply.github.com>
Co-authored-by: Brandon <pacewicbrandon@gmail.com>
Co-authored-by: PRMerger3 <prmergr3@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger14 <prmrgr14@microsoft.com>
Co-authored-by: PRMerger5 <prmergr5@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>

* Update date, formatting

* Use 'main' instead of 'master' where possible.

* Use 'main' instead of 'master' in all documentation where possible.

* 5/17/2022 AM Publish (#4291)

* Fix issues in valarray content

* Acrolinx pass

* Update scanf %c to mention field width

As part of UCRT refactoring, we introduced an undocumented breaking change that follows the C standard that changed out %c specifier from following the usual rules for field width to using the standardized exception for the %c specifier. We should document it.

* Broken link fixed

* Broken link fixed

* Update dynamicbase.md

arm32 and arm64 is not supported for this linker switch as ASLR cannot be disabled for these architectures.

* update code examples

* offer an alternative project type

* fix for github #3859

* acrolinx

* Clarify per Russ' comments

Also update date and add formatting to current standard.

* Work in progress for 17.2 release

* Followup cpp-docs 3871 in linker opts

* Fix grammar and formatting issues

* Update latest-supported-vc-redist.md

In the line 35, at the very end removed an extra dot.

* Fix alarming bidi description

* text tweaks

* bug fix: 1536384 note implicit compiler flag that is set when using header units. Also, update how null is specified.

* fix flag casing

* Address cpp-docs 3857 3865 3877 3882

* simplify code example-…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.