File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/error-messages/compiler-errors-2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ The articles in this section of the documentation explain a subset of the error
98
98
| Compiler error C2980 | C++ exception handling is not supported with /kernel |
99
99
| Compiler error C2981 | the dynamic form of '* keyword* ' is not supported with /kernel |
100
100
| Compiler error C2982 | '* declaration* ': different __ declspec(code_seg(...)) used: was '* identifier1* ' now '* identifier2* ' |
101
- | Compiler error C2983 | '* declaration * ': all declarations must have an identical __ declspec(code_seg(...)) |
101
+ | Compiler error C2983 | '* name * ': a definition must have the same ` __declspec(code_seg(...)) ` as the prior declaration |
102
102
| Compiler error C2984 | Obsolete. |
103
103
| Compiler error C2985 | '* argument* ': the argument to __ declspec(code_seg(...)) must be a text section |
104
- | Compiler error C2986 | '* identifier * ': __ declspec(code_seg(...)) can only be applied to a class or a function |
104
+ | Compiler error C2986 | '` __declspec(code_seg(...)) ` ' can only be applied to a class or a function |
105
105
| Compiler error C2987 | a declaration cannot have both __ declspec(code_seg('* identifier* ')) and __ declspec(code_seg('* value* ')) |
106
106
| [ Compiler error C2988] ( compiler-error-c2988.md ) | unrecognizable template declaration/definition |
107
107
| [ Compiler error C2989] ( compiler-error-c2989.md ) | '* class* ': class template/generic has already been declared as a non-class template/generic |
You can’t perform that action at this time.
0 commit comments