File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed 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'
89
89
## See also
90
90
91
91
[ ` /Zc ` (Conformance)] ( zc-conformance.md ) \
92
- [ `/permissive-] ( ./permissive-standards-conformance.md ) \
92
+ [ ` /permissive- ` ] ( ./permissive-standards-conformance.md ) \
93
93
[ ` /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 *
45
45
46
46
[ ` /Zc ` (Conformance)] ( zc-conformance.md ) \
47
47
[ ` /O2 ` ] ( ./o1-o2-minimize-size-maximize-speed.md ) \
48
- [ `/permissive-] ( ./permissive-standards-conformance.md ) \
48
+ [ ` /permissive- ` ] ( ./permissive-standards-conformance.md ) \
49
49
[ ` /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) {
31
31
32
32
/* Output:
33
33
t.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.
35
34
* /
36
35
```
37
36
@@ -46,5 +45,5 @@ Compiling with '/Zc:templateScope' will inform the compiler to generate this dia
46
45
## See also
47
46
48
47
[`/Zc` (Conformance)](zc-conformance.md)\
49
- [`/permissive-](./permissive-standards-conformance.md)\
48
+ [`/permissive-` ](./permissive-standards-conformance.md)\
50
49
[`/std` (Specify language standard version)](std-specify-language-standard-version.md)
You can’t perform that action at this time.
0 commit comments