Skip to content

Commit 5dd06e8

Browse files
authored
Update compiler-error-c2033.md
For clarity, removed example that generates two errors: C2531 and C2033
1 parent 297acdf commit 5dd06e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ The following example generates C2033:
2424
struct S
2525
{
2626
int* ptr : 1; // C2033
27-
int& ref : 1; // C2033
2827
int arr[3] : 1; // C2033
2928
};
3029
```

0 commit comments

Comments
 (0)