Skip to content

Commit 59d8ae2

Browse files
committed
Undo "fix" for pipe
1 parent 7fee54a commit 59d8ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/compiler-options-listed-alphabetically.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ This table contains an alphabetical list of compiler options. For a list of comp
184184
| [`/utf-8`](utf-8-set-source-and-executable-character-sets-to-utf-8.md) | Set source and execution character sets to UTF-8. |
185185
| [`/V`](v-version-number.md) | Deprecated. Sets the version string. |
186186
| [`/validate-charset`](validate-charset-validate-for-compatible-characters.md) | Validate UTF-8 files for only compatible characters. |
187-
| [`/vd0`, `/vd1`, `/vd2`](vd-disable-construction-displacements.md) | Suppresses or enables hidden `vtordisp` class members. |
187+
| [`/vd{0|1|2}`](vd-disable-construction-displacements.md) | Suppresses or enables hidden `vtordisp` class members. |
188188
| [`/vmb`](vmb-vmg-representation-method.md) | Uses best base for pointers to members. |
189189
| [`/vmg`](vmb-vmg-representation-method.md) | Uses full generality for pointers to members. |
190190
| [`/vmm`](vmm-vms-vmv-general-purpose-representation.md) | Declares multiple inheritance. |

0 commit comments

Comments
 (0)