Skip to content

Commit 379a6d9

Browse files
committed
Update redirections and toc
Update redirections and toc.
1 parent 514a1dc commit 379a6d9

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7750,6 +7750,21 @@
77507750
"redirect_url": "/cpp/error-messages/compiler-errors-2/compiler-errors-c2500-through-c2599",
77517751
"redirect_document_id": false
77527752
},
7753+
{
7754+
"source_path": "docs/error-messages/compiler-errors-1/fatal-error-c999.md",
7755+
"redirect_url": "/cpp/error-messages/compiler-errors-1/c-cpp-build-errors",
7756+
"redirect_document_id": false
7757+
},
7758+
{
7759+
"source_path": "docs/error-messages/compiler-errors-1/fatal-error-c1000-c1999.md",
7760+
"redirect_url": "/cpp/error-messages/compiler-errors-1/c-cpp-build-errors",
7761+
"redirect_document_id": false
7762+
},
7763+
{
7764+
"source_path": "docs/error-messages/compiler-warnings/compiler-warning-level-1-c4999.md",
7765+
"redirect_url": "/cpp/error-messages/compiler-errors-1/c-cpp-build-errors",
7766+
"redirect_document_id": false
7767+
},
77537768
{
77547769
"source_path": "docs/error-messages/compiler-warnings/index.md",
77557770
"redirect_url": "/cpp/error-messages/compiler-warnings/compiler-warnings-c4000-through-c4199",

docs/error-messages/compiler-errors-1/compiler-fatal-errors-c999-through-c1999.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ f1_keywords: ["C1006", "C1024", "C1027", "C1030", "C1032", "C1034", "C1036", "C1
66
helpviewer_keywords: ["C1006", "C1024", "C1027", "C1030", "C1032", "C1034", "C1036", "C1039", "C1040", "C1041", "C1042", "C1043", "C1044", "C1048", "C1056", "C1058", "C1059", "C1063", "C1069", "C1101", "C1102", "C1105", "C1110", "C1111", "C1112", "C1114", "C1118", "C1119", "C1127", "C1193", "C1194", "C1195", "C1198", "C1199", "C1203", "C1204", "C1212", "C1213", "C1214", "C1300", "C1301", "C1302", "C1303", "C1304", "C1306", "C1354", "C1355", "C1356", "C1357", "C1358", "C1384", "C1385", "C1451", "C1505", "C1507", "C1511", "C1604", "C1605", "C1901", "C1906", "C1907"]
77
ms.assetid: 6c8df109-7594-48ed-987a-97d9fe2b04af
88
---
9-
---
10-
description: "Learn more about: Compiler fatal errors C999 through C1999"
11-
title: "Compiler fatal errors C999 through C1999"
12-
ms.date: 08/17/2022
13-
f1_keywords: ["C1006", "C1024", "C1027", "C1030", "C1032", "C1034", "C1036", "C1039", "C1040", "C1041", "C1042", "C1043", "C1044", "C1048", "C1056", "C1058", "C1059", "C1063", "C1069", "C1101", "C1102", "C1105", "C1110", "C1111", "C1112", "C1114", "C1118", "C1119", "C1127", "C1193", "C1194", "C1195", "C1198", "C1199", "C1203", "C1204", "C1212", "C1213", "C1214", "C1300", "C1301", "C1302", "C1303", "C1304", "C1306", "C1354", "C1355", "C1356", "C1357", "C1358", "C1384", "C1385", "C1451", "C1505", "C1507", "C1511", "C1604", "C1605", "C1901", "C1906", "C1907"]
14-
helpviewer_keywords: ["C1006", "C1024", "C1027", "C1030", "C1032", "C1034", "C1036", "C1039", "C1040", "C1041", "C1042", "C1043", "C1044", "C1048", "C1056", "C1058", "C1059", "C1063", "C1069", "C1101", "C1102", "C1105", "C1110", "C1111", "C1112", "C1114", "C1118", "C1119", "C1127", "C1193", "C1194", "C1195", "C1198", "C1199", "C1203", "C1204", "C1212", "C1213", "C1214", "C1300", "C1301", "C1302", "C1303", "C1304", "C1306", "C1354", "C1355", "C1356", "C1357", "C1358", "C1384", "C1385", "C1451", "C1505", "C1507", "C1511", "C1604", "C1605", "C1901", "C1906", "C1907"]
15-
ms.assetid: 6c8df109-7594-48ed-987a-97d9fe2b04af
16-
---
179
# Compiler fatal errors C999 through C1999
1810

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

docs/error-messages/includes/error-boilerplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
To get help on a particular diagnostic message in Visual Studio, select it in the **Output** window and press the **F1** key. Visual Studio opens the documentation page for that error, if one exists. You can also use the search tool at the top of the page to find articles about specific errors or warnings. Or, browse the list of errors and warnings by tool and type in the table of contents on this page.
55

66
> [!NOTE]
7-
> Not every Visual Studio error or warning is documented. In many cases, the diagnostic message provides all of the information that's available. If you landed on this page when you used **F1** and you think the error or warning message needs additional explanation, let us know. You can use the feedback buttons on this page to raise a documentation issue on [GitHub](https://github.com/MicrosoftDocs/cpp-docs/issues). If you think the error or warning is wrong, or you've found another problem with the toolset, report a product issue on the [Developer Community](https://aka.ms/feedback/report?space=62) site. You can also send feedback and enter bugs within the IDE. In Visual Studio, go to the menu bar and choose **Help > Send Feedback > Report a Problem**, or submit a suggestion by using **Help > Send Feedback > Send a Suggestion**.
7+
> Not every Visual Studio error or warning is documented. In many cases, the diagnostic message provides all of the information that's available. If you landed on this page when you used **F1** and you think the error or warning message needs additional explanation, let us know. You can use the feedback buttons on this page to raise a documentation issue on [GitHub](https://github.com/MicrosoftDocs/cpp-docs/issues). If you think the error or warning is wrong, or you've found another problem with the toolset, report a product issue on the [Developer Community](https://aka.ms/feedback/report?space=62) site. You can also send feedback and enter bugs within the IDE. In Visual Studio, go to the menu bar and choose **Help > Send Feedback > Report a Problem**, or submit a suggestion by using **Help > Send Feedback > Send a Suggestion**. Some compiler error topics were created that were found to not be emitted by the compiler and have been removed, and you will land on this page instead.
88
99
You may find additional assistance for errors and warnings in [Microsoft Learn Q&A](/answers/topics/c%2B%2B.html) forums. Or, search for the error or warning number on the Visual Studio C++ [Developer Community](https://aka.ms/vsfeedback/browsecpp) site. You can also search [Stack Overflow](https://stackoverflow.com/) to find solutions.
1010

docs/error-messages/toc.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ items:
8888
items:
8989
- name: Compiler fatal errors C999 through C1999
9090
href: compiler-errors-1/compiler-fatal-errors-c999-through-c1999.md
91-
- name: Fatal error C999
92-
href: compiler-errors-1/fatal-error-c999.md
93-
- name: Fatal error C1000, C1999
94-
href: compiler-errors-1/fatal-error-c1000-c1999.md
9591
- name: Fatal error C1001
9692
href: compiler-errors-1/fatal-error-c1001.md
9793
- name: Fatal error C1002
@@ -4331,8 +4327,6 @@ items:
43314327
href: compiler-warnings/compiler-warning-level-3-c4996.md
43324328
- name: Compiler warning (level 1) C4997
43334329
href: compiler-warnings/compiler-warning-level-1-c4997.md
4334-
- name: Compiler warning (level 1) C4999
4335-
href: compiler-warnings/compiler-warning-level-1-c4999.md
43364330
- name: Compiler warnings C5000 through C5199
43374331
expanded: false
43384332
items:

0 commit comments

Comments
 (0)