You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/error-messages/compiler-errors-1/compiler-errors-c2100-through-c2199.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The articles in this section of the documentation explain a subset of the error
69
69
|[Compiler error C2151](compiler-error-c2151.md)|more than one language attribute|
70
70
|[Compiler error C2152](compiler-error-c2152.md)|'*identifier*': pointers to functions with different attributes|
71
71
|[Compiler error C2153](compiler-error-c2153.md)|integer literals must have at least one digit|
72
-
|[Compiler error C2154](compiler-error-c2154.md)|'*type*': only enumeration type is allowed as an argument to compiler intrinsic type trait '*trait*'|
72
+
|[Compiler error C2154](compiler-error-c2154.md)|'*type*': only enumeration type is allowed as an argument to compiler intrinsic type trait '__underlying_type'|
73
73
|[Compiler error C2155](compiler-error-c2155.md)|'?': invalid left operand, expected arithmetic or pointer type|
74
74
|[Compiler error C2156](compiler-error-c2156.md)|pragma must be outside function|
75
75
|[Compiler error C2157](compiler-error-c2157.md)|'*identifier*': must be declared before use in pragma list|
0 commit comments