Skip to content

Commit d6c3a61

Browse files
authored
Merge pull request #5248 from Rageking8/fix-identifier-typos
Fix "identifier" typos
2 parents a5882df + ac04647 commit d6c3a61

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: Compiler Error C2283"
32
title: "Compiler Error C2283"
3+
description: "Learn more about: Compiler Error C2283"
44
ms.date: "11/04/2016"
55
f1_keywords: ["C2283"]
66
helpviewer_keywords: ["C2283"]
7-
ms.assetid: 8a5b3175-b480-4598-a1f7-0b50504c5caa
87
---
98
# Compiler Error C2283
109

11-
'identifier' : pure specifier or abstract override specifier not allowed on unnamed struct
10+
> '*identifier*': pure specifier or abstract override specifier not allowed on unnamed struct
1211
1312
A member function of an unnamed class or structure is declared with a pure specifier, which is not permitted.
1413

docs/error-messages/compiler-errors-1/compiler-errors-c2200-through-c2299.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: Compiler errors C2200 through C2299"
32
title: "Compiler errors C2200 through C2299"
3+
description: "Learn more about: Compiler errors C2200 through C2299"
44
ms.date: "04/21/2019"
55
f1_keywords: ["C2202", "C2209", "C2210", "C2211", "C2214", "C2215", "C2221", "C2225", "C2230", "C2235", "C2237", "C2239", "C2240", "C2257", "C2260", "C2263", "C2265", "C2269", "C2278", "C2281", "C2282", "C2284", "C2288", "C2291", "C2294"]
66
helpviewer_keywords: ["C2202", "C2209", "C2210", "C2211", "C2214", "C2215", "C2221", "C2225", "C2230", "C2235", "C2237", "C2239", "C2240", "C2257", "C2260", "C2263", "C2265", "C2269", "C2278", "C2281", "C2282", "C2284", "C2288", "C2291", "C2294"]
@@ -98,7 +98,7 @@ The articles in this section of the documentation explain a subset of the error
9898
|[Compiler error C2280](compiler-error-c2280.md)|'*class*::*function*': attempting to reference a deleted function|
9999
|Compiler error C2281|'*class*::*function*': a function can only be deleted on the first declaration|
100100
|Compiler error C2282|'*function1*' cannot override '*function2*'|
101-
|[Compiler error C2283](compiler-error-c2283.md)|'*identifer*': pure specifier or abstract override specifier not allowed on unnamed class/struct|
101+
|[Compiler error C2283](compiler-error-c2283.md)|'*identifier*': pure specifier or abstract override specifier not allowed on unnamed struct|
102102
|Compiler error C2284|'*function*': illegal argument to intrinsic function, parameter *number*|
103103
|[Compiler error C2285](compiler-error-c2285.md)|pointers to members representation has already been determined - pragma ignored|
104104
|[Compiler error C2286](compiler-error-c2286.md)|pointers to members of '*identifier*' representation is already set to *inheritance* - declaration ignored|

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4251.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
description: "Learn more about: Compiler Warning (level 2) C4251"
32
title: "Compiler Warning (level 2) C4251"
3+
description: "Learn more about: Compiler Warning (level 2) C4251"
44
ms.date: 12/01/2023
55
f1_keywords: ["C4251"]
66
helpviewer_keywords: ["C4251"]
77
---
88
# Compiler Warning (level 2) C4251
99

10-
> '*type*' : class '*type1*' needs to have dll-interface to be used by clients of class '*type2*'
10+
> '*type*': '*type1*' needs to have dll-interface to be used by clients of '*type2*'
1111
1212
## Remarks
1313

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: Compiler Warning (level 2) C4099"
32
title: "Compiler Warning (level 2) C4099"
3+
description: "Learn more about: Compiler Warning (level 2) C4099"
44
ms.date: "11/04/2016"
55
f1_keywords: ["C4099"]
66
helpviewer_keywords: ["C4099"]
7-
ms.assetid: 00bb803d-cae7-4ab8-8969-b46f54139ac8
87
---
98
# Compiler Warning (level 2) C4099
109

11-
'identifier' : type name first seen using 'objecttype1' now seen using 'objecttype2'
10+
> '*identifier*': type name first seen using '*object_type1*' now seen using '*object_type2*'
1211
1312
An object declared as a structure is defined as a class, or an object declared as a class is defined as a structure. The compiler uses the type given in the definition.
1413

@@ -20,5 +19,5 @@ The following sample generates C4099.
2019
// C4099.cpp
2120
// compile with: /W2 /c
2221
struct A;
23-
class A {}; // C4099, use different identifer or use same object type
22+
class A {}; // C4099, use different identifier or use same object type
2423
```

docs/error-messages/compiler-warnings/compiler-warnings-c4000-through-c4199.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Table of Microsoft C/C++ compiler (MSVC) warning messages C4000 through C4199"
32
title: "Microsoft C/C++ compiler (MSVC) warnings C4000 through C4199"
3+
description: "Table of Microsoft C/C++ compiler (MSVC) warning messages C4000 through C4199"
44
ms.date: "04/21/2019"
55
f1_keywords: ["C4023", "C4035", "C4051", "C4060", "C4063", "C4064", "C4065", "C4069", "C4123", "C4137", "C4181", "C4188", "C4193", "C4194", "C4195", "C4196", "C4199"]
66
helpviewer_keywords: ["C4023", "C4035", "C4051", "C4060", "C4063", "C4064", "C4065", "C4069", "C4123", "C4137", "C4181", "C4188", "C4193", "C4194", "C4195", "C4196", "C4199"]

docs/error-messages/compiler-warnings/compiler-warnings-c4200-through-c4399.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The articles in this section describe Microsoft C/C++ compiler warning messages
5555
|[Compiler warning (level 2 and level 3 and level 4) C4244](compiler-warning-levels-3-and-4-c4244.md)|'*conversion_type*': conversion from '*type1*' to '*type2*', possible loss of data|
5656
|[Compiler warning (level 4) C4245](compiler-warning-level-4-c4245.md)|'*conversion_type*': conversion from '*type1*' to '*type2*', signed/unsigned mismatch|
5757
|[Compiler warning (level 2) C4250](compiler-warning-level-2-c4250.md)|'*classname*': inherits '*base_classname*::*member*' via dominance|
58-
|[Compiler warning (level 2) C4251](compiler-warning-level-1-c4251.md)|'*object_type1*': '*identifier1*' needs to have dll-interface to be used by clients of '*identfier2*'|
58+
|[Compiler warning (level 2) C4251](compiler-warning-level-1-c4251.md)|'*type*': '*type1*' needs to have dll-interface to be used by clients of '*type2*'|
5959
|[Compiler warning (level 4, off) C4254](compiler-warning-level-4-c4254.md)|'*operator*': conversion from '*type1*':'*field_bits*' to '*type2*':'*field_bits*', possible loss of data|
6060
|[Compiler warning (level 4, off) C4255](compiler-warning-level-4-c4255.md)|'*function*': no function prototype given: converting '()' to '(void)'|
6161
|[Compiler warning (level 4) C4256](compiler-warning-level-4-c4256.md)|'*function*': constructor for class with virtual bases has '`...`'; calls may not be compatible with older versions of Visual C++|

0 commit comments

Comments
 (0)