Skip to content

Commit a656d0c

Browse files
authored
Augment remarks in C2135 error reference
1 parent 5ec8f13 commit a656d0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

14-
The address-of operator (`&`) cannot be applied to a bit field.
14+
The [address-of operator (`&`)](../../cpp/address-of-operator-amp.md), [unary plus operator (`+`)](../../cpp/unary-plus-and-negation-operators-plus-and.md), [unary negation operator (`-`)](../../cpp/unary-plus-and-negation-operators-plus-and.md), [logical negation operator (`!`)](../../cpp/logical-negation-operator-exclpt.md), [one's complement operator (`~`)](../../cpp/one-s-complement-operator-tilde.md), and [indirection operator (`*`)](../../cpp/indirection-operator-star.md) cannot be applied to a bit-field in this context.
1515

1616
## Example
1717

0 commit comments

Comments
 (0)