Skip to content

Commit 6c0c9dc

Browse files
committed
Error 2000 was never emitted.
1 parent 9414e6f commit 6c0c9dc

6 files changed

+12
-13
lines changed

docs/error-messages/compiler-errors-1/compiler-errors-c2000-c3999.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
description: "Learn about compiler errors C2000 - C3999 and C7000 - C7999."
3-
title: "Compiler errors C2000 - C3999, C7000 - C7999"
2+
description: "Learn about compiler errors C2001 - C3999 and C7000 - C7999."
3+
title: "Compiler errors C2001 - C3999, C7000 - C7999"
44
ms.date: 04/18/2021
55
---
6-
# Compiler errors C2000 - C3999, C7000 - C7999
6+
# Compiler errors C2001 - C3999, C7000 - C7999
77

88
The articles in this section of the documentation explain a subset of the error messages that are generated by the Microsoft C/C++ compiler.
99

1010
## In this section
1111

12-
[Compiler errors C2000 through C2099](../compiler-errors-1/compiler-errors-c2001-through-c2099.md) \
12+
[Compiler errors C2001 through C2099](../compiler-errors-1/compiler-errors-c2001-through-c2099.md) \
1313
[Compiler errors C2100 through C2199](../compiler-errors-1/compiler-errors-c2100-through-c2199.md) \
1414
[Compiler errors C2200 through C2299](../compiler-errors-1/compiler-errors-c2200-through-c2299.md) \
1515
[Compiler errors C2300 through C2399](../compiler-errors-1/compiler-errors-c2300-through-c2399.md) \

docs/error-messages/compiler-errors-1/compiler-errors-c2001-through-c2099.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
description: "Learn more about: Compiler errors C2000 through C2099"
3-
title: "Compiler errors C2000 through C2099"
2+
description: "Learn more about: Compiler errors C2001 through C2099"
3+
title: "Compiler errors C2001 through C2099"
44
ms.date: 08/24/2022
55
f1_keywords: ["C2000", "C2029"]
66
helpviewer_keywords: ["C2000", "C2029"]
7-
ms.assetid: d99a19eb-eeeb-4181-9b33-9cbe4459767b
87
---
9-
# Compiler errors C2000 through C2099
8+
# Compiler errors C2001 through C2099
109

1110
The articles in this section of the documentation explain a subset of the error messages that are generated by the compiler.
1211

@@ -119,4 +118,4 @@ The articles in this section of the documentation explain a subset of the error
119118
## See also
120119

121120
[C/C++ Compiler and build tools errors and warnings](../compiler-errors-1/c-cpp-build-errors.md) \
122-
[Compiler errors C2000 - C3999, C7000 - C7999](../compiler-errors-1/compiler-errors-c2000-c3999.md)
121+
[Compiler errors C2001 - C3999, C7000 - C7999](../compiler-errors-1/compiler-errors-c2000-c3999.md)

docs/error-messages/compiler-errors-1/compiler-errors-c2100-through-c2199.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ The articles in this section of the documentation explain a subset of the error
120120
## See also
121121

122122
[C/C++ Compiler and build tools errors and warnings](../compiler-errors-1/c-cpp-build-errors.md) \
123-
[Compiler errors C2000 - C3999, C7000 - C7999](../compiler-errors-1/compiler-errors-c2000-c3999.md)
123+
[Compiler errors C2001 - C3999, C7000 - C7999](../compiler-errors-1/compiler-errors-c2000-c3999.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ The articles in this section of the documentation explain a subset of the error
120120
## See also
121121

122122
[C/C++ Compiler and build tools errors and warnings](../compiler-errors-1/c-cpp-build-errors.md) \
123-
[Compiler errors C2000 - C3999, C7000 - C7999](../compiler-errors-1/compiler-errors-c2000-c3999.md)
123+
[Compiler errors C2001 - C3999, C7000 - C7999](../compiler-errors-1/compiler-errors-c2000-c3999.md)

docs/error-messages/compiler-errors-1/compiler-errors-c2300-through-c2399.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ The articles in this section of the documentation explain a subset of the error
119119
## See also
120120

121121
[C/C++ Compiler and build tools errors and warnings](../compiler-errors-1/c-cpp-build-errors.md) \
122-
[Compiler errors C2000 - C3999, C7000 - C7999](../compiler-errors-1/compiler-errors-c2000-c3999.md)
122+
[Compiler errors C2001 - C3999, C7000 - C7999](../compiler-errors-1/compiler-errors-c2000-c3999.md)

docs/error-messages/compiler-errors-1/compiler-errors-c2400-through-c2499.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ The articles in this section of the documentation explain a subset of the error
116116
## See also
117117

118118
[C/C++ Compiler and build tools errors and warnings](../compiler-errors-1/c-cpp-build-errors.md) \
119-
[Compiler errors C2000 - C3999, C7000 - C7999](../compiler-errors-1/compiler-errors-c2000-c3999.md)
119+
[Compiler errors C2001 - C3999, C7000 - C7999](../compiler-errors-1/compiler-errors-c2000-c3999.md)

0 commit comments

Comments
 (0)