You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/reference/compiler-options-listed-by-category.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ This article contains a categorical list of compiler options. For an alphabetica
183
183
|[`/Zc:alignedNew[-]`](zc-alignednew.md)| Enable C++17 over-aligned dynamic allocation (on by default in C++17). |
184
184
|[`/Zc:auto[-]`](zc-auto-deduce-variable-type.md)| Enforce the new Standard C++ meaning for **`auto`** (on by default). |
185
185
|[`/Zc:char8_t[-]`](zc-char8-t.md)| Enable or disable C++20 native `u8` literal support as `const char8_t` (off by default, except under **`/std:c++20`**). |
186
-
|[`/Zc:enumTypes[-]`](zc-enumtypes.md)| Enable Standard C++ rules for inferred `enum` base types (Off b y default, not implied by **`/permissive-`**). |
186
+
|[`/Zc:enumTypes[-]`](zc-enumtypes.md)| Enable Standard C++ rules for inferred `enum` base types (Off by default, not implied by **`/permissive-`**). |
187
187
|[`/Zc:externC[-]`](zc-externc.md)| Enforce Standard C++ rules for `extern "C"` functions (implied by **`/permissive-`**). |
188
188
|[`/Zc:externConstexpr[-]`](zc-externconstexpr.md)| Enable external linkage for **`constexpr`** variables (off by default). |
189
189
|[`/Zc:forScope[-]`](zc-forscope-force-conformance-in-for-loop-scope.md)| Enforce Standard C++ **`for`** scoping rules (on by default). |
0 commit comments