Skip to content

Commit 9be0d11

Browse files
authored
Augment remarks in C2033 error reference
1 parent 4e492ee commit 9be0d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ helpviewer_keywords: ["C2033"]
1111
1212
## Remarks
1313

14-
The bit field was declared as a pointer, which is not allowed.
14+
Bit fields can't be declared as a pointer, reference, or array. For more information, see [C++ Bit Fields](../../cpp/cpp-bit-fields.md).
1515

1616
## Example
1717

0 commit comments

Comments
 (0)