File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,5 +89,5 @@ t.cpp(17): error C2362: initialization of 's' is skipped by 'goto OnError'
8989## See also
9090
9191[ ` /Zc ` (Conformance)] ( zc-conformance.md ) \
92- [ `/permissive-] ( ./permissive-standards-conformance.md ) \
92+ [ ` /permissive- ` ] ( ./permissive-standards-conformance.md ) \
9393[ ` /std ` (Specify language standard version)] ( std-specify-language-standard-version.md )
Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ For more information and examples of mandatory and optional copy elision under *
4545
4646[ ` /Zc ` (Conformance)] ( zc-conformance.md ) \
4747[ ` /O2 ` ] ( ./o1-o2-minimize-size-maximize-speed.md ) \
48- [ `/permissive-] ( ./permissive-standards-conformance.md ) \
48+ [ ` /permissive- ` ] ( ./permissive-standards-conformance.md ) \
4949[ ` /std ` (Specify language standard version)] ( std-specify-language-standard-version.md )
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ void f(T&& t) {
3131
3232/* Output:
3333t.cpp(3): error C7527: 'T': a template parameter name cannot be reused within its scope
34- Compiling with '/Zc: templateScope ' will inform the compiler to generate this diagnostic.
3534* /
3635```
3736
@@ -46,5 +45,5 @@ Compiling with '/Zc:templateScope' will inform the compiler to generate this dia
4645## See also
4746
4847[`/Zc` (Conformance)](zc-conformance.md)\
49- [`/permissive-](./permissive-standards-conformance.md)\
48+ [`/permissive-` ](./permissive-standards-conformance.md)\
5049[`/std` (Specify language standard version)](std-specify-language-standard-version.md)
You can’t perform that action at this time.
0 commit comments