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
@@ -216,7 +216,7 @@ This table contains an alphabetical list of compiler options. For a list of comp
216
216
|[`/Zc:alignedNew[-]`](zc-alignednew.md)| Enable C++17 over-aligned dynamic allocation (on by default in C++17). |
217
217
|[`/Zc:auto[-]`](zc-auto-deduce-variable-type.md)| Enforce the new Standard C++ meaning for **`auto`** (on by default). |
218
218
|[`/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`**). |
219
-
|[`/Zc:enumTypes[-]`](zc-enumtypes.md)| Enable Standard C++ rules for inferred `enum`base types (Off b y default, not implied by **`/permissive-`**). |
219
+
|[`/Zc:enumTypes[-]`](zc-enumtypes.md)| Enable Standard C++ rules for `enum`type deduction (off by default). |
220
220
|[`/Zc:externC[-]`](zc-externc.md)| Enforce Standard C++ rules for `extern "C"` functions (implied by **`/permissive-`**). |
221
221
|[`/Zc:externConstexpr[-]`](zc-externconstexpr.md)| Enable external linkage for **`constexpr`** variables (off by default). |
222
222
|[`/Zc:forScope[-]`](zc-forscope-force-conformance-in-for-loop-scope.md)| Enforce Standard C++ **`for`** scoping rules (on by default). |
0 commit comments