Skip to content

Commit 98d1599

Browse files
authored
Add C2531 "See also" link in C2033 error reference
1 parent cdaacdd commit 98d1599

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ struct S
2828
int arr[3] : 1; // C2033
2929
};
3030
```
31+
32+
## See also
33+
34+
[Compiler Error C2531](../compiler-errors-2/compiler-error-c2531.md)

0 commit comments

Comments
 (0)