Skip to content

Commit acffa2f

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#69 from HaK1R/patch-1
zc-conformance.md: rvalueCast is off by default
2 parents 555ebc7 + 58ccf04 commit acffa2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/reference/zc-conformance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ These are the `/Zc` compiler options:
5757
|[implicitNoexcept\[-\]](zc-implicitnoexcept-implicit-exception-specifiers.md)|Enable implicit `noexcept` on required functions (on by default).|
5858
|[inline\[-\]](zc-inline-remove-unreferenced-comdat.md)|Remove unreferenced function or data if it is COMDAT or has internal linkage only (off by default).|
5959
|[referenceBinding\[-\]](zc-referencebinding-enforce-reference-binding-rules.md)|A UDT temporary will not bind to an non-const lvalue reference (off by default).|
60-
|[rvalueCast\[-\]](zc-rvaluecast-enforce-type-conversion-rules.md)|Enforce Standard C++ explicit type conversion rules (on by default).|
60+
|[rvalueCast\[-\]](zc-rvaluecast-enforce-type-conversion-rules.md)|Enforce Standard C++ explicit type conversion rules (off by default).|
6161
|[sizedDealloc\[-\]](zc-sizeddealloc-enable-global-sized-dealloc-functions.md)|Enable C++14 global sized deallocation functions (on by default).|
6262
|[strictStrings\[-\]](zc-strictstrings-disable-string-literal-type-conversion.md)|Disable string-literal to `char*` or `wchar_t*` conversion (off by default).|
6363
|[threadSafeInit\[-\]](zc-threadsafeinit-thread-safe-local-static-initialization.md)|Enable thread-safe local static initialization (on by default).|
@@ -69,4 +69,4 @@ For more information about conformance issues in Visual C++, see [Nonstandard Be
6969

7070
## See Also
7171
[Compiler Options](compiler-options.md)
72-
[Setting Compiler Options](setting-compiler-options.md)
72+
[Setting Compiler Options](setting-compiler-options.md)

0 commit comments

Comments
 (0)