Commit d8b7567
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master) (MicrosoftDocs#343)
* merge to live (#341)
* Add _chkstk to list of internals
* Fixes for command line issues
* Minor tweak
* Update random.md (#322)
Fix broken fwlink to presentation on rand
* Update link names and instructions
* More link fixes, consolidation
* Another tweak
* Update x64 topics, topic names
* Fix C3861 issues.
* Fix link issues.
* Dang typoes.
* Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master) (MicrosoftDocs#323)
* Update random.md
Fix broken fwlink to presentation on rand
* Update arm-assembler-reference.md
Point to search engine to pick up latest results for ARM references on the ARM Developer Center.
* Update some egregious out-of-dateness
* Fix a link typo.
* Update to address user complaints
* Minor tweaks.
* Remove stray parens.
* updated info on mbcs dll (MicrosoftDocs#325)
* Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master) (MicrosoftDocs#326)
* Update random.md
Fix broken fwlink to presentation on rand
* Update arm-assembler-reference.md
Point to search engine to pick up latest results for ARM references on the ARM Developer Center.
* Update desktop-applications-visual-cpp.md
Fix space issue
* Fix some C1083 user complaints (MicrosoftDocs#332)
* First draft of fixes for user complaints
* More updates for common issues
* More consistency tweaks
* Fix link typo
* Make C2065 friendlier (#333)
* Try to address some user issues.
* Add a useful link.
* Updated namespaces topic (#329)
* updated namespaces topic
* udpated ms.date
* Updated content on MFC MBCS DLL (MicrosoftDocs#328)
* updated info on mbcs dll
* minor tweak
* udpated ms.date
* Update ms.date to match changes.
* Update more freshness dates
* Escape brackets, fix format
* Update .openpublishing.publish.config.json with pdf info (#336)
* Update .openpublishing.publish.config.json
* Update .openpublishing.publish.config.json
* Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master) (#335)
* Update random.md
Fix broken fwlink to presentation on rand
* Update arm-assembler-reference.md
Point to search engine to pick up latest results for ARM references on the ARM Developer Center.
* Update desktop-applications-visual-cpp.md
Fix space issue
* 📦 Enable PDF generation.
* zc-conformance.md: rvalueCast is off by default
rvalueCast is off by default according to the https://docs.microsoft.com/en-us/cpp/build/reference/zc-rvaluecast-enforce-type-conversion-rules
* Fix bad merge in storage-classes-cpp
Had merge conflict markers
* Update .openpublishing.publish.config.json
* Fix typographical error
The fix is for the file docs/windows/desktop-applications-visual-cpp.md
and adds the missing word "that" to a sentence.
* Correct .ERRDIF[[I]] title
* Fixed indentation
* Replace nonsense with correct statement
Replace nonsense with correct statement
* Update read.md
Fix some more formatting while we're at it.
* Correct build working directory
* Order link option alphabetically
Orders link option CLRUNMANAGEDCODECHECK alphabetically
in the table of contents for consistency.
* Updating timestamp
Worth getting this right, since otherwise it doesn't look like this page covers 15.3 (and it does!)
* Update cl-environment-variables.md
Line 65, fixed spelling of "setting".
* Update CONTRIBUTING.md
* Resolve syncing conflicts from FromPublicMasterBranch to master (#340)
* Update random.md
Fix broken fwlink to presentation on rand
* Update arm-assembler-reference.md
Point to search engine to pick up latest results for ARM references on the ARM Developer Center.
* Update desktop-applications-visual-cpp.md
Fix space issue
* 📦 Enable PDF generation.
* zc-conformance.md: rvalueCast is off by default
rvalueCast is off by default according to the https://docs.microsoft.com/en-us/cpp/build/reference/zc-rvaluecast-enforce-type-conversion-rules
* Fix bad merge in storage-classes-cpp
Had merge conflict markers
* Update .openpublishing.publish.config.json
* Fix typographical error
The fix is for the file docs/windows/desktop-applications-visual-cpp.md
and adds the missing word "that" to a sentence.
* Correct .ERRDIF[[I]] title
* Fixed indentation
* Replace nonsense with correct statement
Replace nonsense with correct statement
* Update read.md
Fix some more formatting while we're at it.
* Correct build working directory
* Order link option alphabetically
Orders link option CLRUNMANAGEDCODECHECK alphabetically
in the table of contents for consistency.
* Updating timestamp
Worth getting this right, since otherwise it doesn't look like this page covers 15.3 (and it does!)
* Update cl-environment-variables.md
Line 65, fixed spelling of "setting".
* Update CONTRIBUTING.md
* Update filesystem-enumerations.md
Fix for minor grammatical issue
* Correct unnecessary '\<' escape
The markdown processor changed a couple of sprints ago, and '<' escaping is no longer required in backtick code literals, and also generates incorrect backslash iont he viewed content
* remove spurious text from code examples
* Format C++ samples as cpp.
- Also use headers to separate sample output, instead of unsupported "Output" syntax
* Apply cpp to code samples so they are syntax highlighted
- also consistent usage of bold/code
* Apply cpp to code samples for syntax highlighting
* Add missing 'cpp' for C++ code blocks
* Portable escape syntax for asterisk, add cpp to code samples
- Different md processors handle character escapes differently. In particular, the OPS markdown processor is in some places different than the GitHub/VSTS/etc previewers. A recent sprint changed the markdown processor, so this topic doesn't render the escaped asterisks properly. Changed these to use html character references, which render properly in all processors/viewers.
- add cpp to c++ code samples
* add cpp to C++ code samples, md lint headers
markdown lint says to use blank lines around headers
* use cpp in c++ code samples so they get highlighted
* Use cpp for C++ code samples
* Use cpp for C++ code samples
* use cpp for C++ code samples
* cpp for c++ code samples, edits
- Use cpp for c++ code examples so they get syntax highlighting
- Edit for correct standard MS notation for `code literal`, **keyword**.
- Make headings parallel and aligned with the defined terms wrt the inclusion/explicit instantiation models
* Update template-friends.md
Undo output tag change - this should be a global change if we decide to make it.
* Update partial-ordering-of-function-templates-cpp.md
Updated escapes to switch ** to __. Babelmark 2 https://johnmacfarlane.net/babelmark2/ seems to find these changes acceptable.
Cleaned a little formatting.1 parent 39a215b commit d8b7567
14 files changed
Lines changed: 184 additions & 151 deletions
File tree
- docs
- cpp
- standard-library
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
190 | 189 | | |
191 | 190 | | |
192 | 191 | | |
193 | | - | |
194 | | - | |
| 192 | + | |
195 | 193 | | |
196 | 194 | | |
197 | 195 | | |
| |||
440 | 438 | | |
441 | 439 | | |
442 | 440 | | |
443 | | - | |
| 441 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | | - | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
62 | | - | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | | - | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
| |||
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
85 | | - | |
| 89 | + | |
| 90 | + | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
92 | | - | |
| 97 | + | |
93 | 98 | | |
94 | 99 | | |
95 | 100 | | |
| |||
107 | 112 | | |
108 | 113 | | |
109 | 114 | | |
110 | | - | |
111 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | | - | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | | - | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
61 | | - | |
| 64 | + | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | | - | |
| 68 | + | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
| |||
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
95 | | - | |
| 99 | + | |
| 100 | + | |
96 | 101 | | |
97 | 102 | | |
98 | | - | |
| 103 | + | |
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
| |||
125 | 130 | | |
126 | 131 | | |
127 | 132 | | |
128 | | - | |
| 133 | + | |
| 134 | + | |
129 | 135 | | |
130 | 136 | | |
131 | | - | |
| 137 | + | |
132 | 138 | | |
133 | 139 | | |
134 | 140 | | |
| |||
162 | 168 | | |
163 | 169 | | |
164 | 170 | | |
165 | | - | |
166 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | | - | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | | - | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
85 | | - | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | | - | |
| 91 | + | |
0 commit comments