Skip to content

Commit 8759fc3

Browse files
authored
Add C2104 "See also" link in C2135 error reference
1 parent a656d0c commit 8759fc3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/error-messages/compiler-errors-1/compiler-error-c2135.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ int main()
3232
&S::integer; // OK
3333
}
3434
```
35+
36+
## See also
37+
38+
[C2104](compiler-error-c2104.md)

0 commit comments

Comments
 (0)