Skip to content

Commit 1b5dc56

Browse files
authored
Update metadata for a couple of articles
1 parent 580858e commit 1b5dc56

File tree

6 files changed

+8
-13
lines changed

6 files changed

+8
-13
lines changed

docs/cpp/switch-statement-cpp.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
title: "switch statement (C++)"
33
description: "Reference to the Standard C++ switch statement in Microsoft Visual Studio C++."
4-
ms.date: "04/25/2020"
4+
ms.date: 04/25/2020
55
f1_keywords: ["default_cpp", "switch_cpp", "case_cpp"]
66
helpviewer_keywords: ["switch keyword [C++]", "case keyword [C++], in switch statements", "default keyword [C++]"]
77
no-loc: [switch, case, default, break, while, opt]
8-
ms.assetid: 6c3f3ed3-5593-463c-8f4b-b33742b455c6
98
---
109
# `switch` statement (C++)
1110

docs/cpp/try-except-statement.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: "The Microsoft C++ reference to the __try and __except structured e
44
ms.date: 08/25/2020
55
f1_keywords: ["_abnormal_termination_cpp", "_exception_code_cpp", "_exception_info", "__except", "_except", "_exception_code", "__except_cpp", "_exception_info_cpp"]
66
helpviewer_keywords: ["__try keyword [C++]", "EXCEPTION_CONTINUE_EXECUTION macro", "EXCEPTION_CONTINUE_SEARCH macro", "EXCEPTION_EXECUTE_HANDLER macro", "GetExceptionCode function", "try-catch keyword [C++], try-except keyword [C++]", "_exception_code keyword [C++]", "try-except keyword [C++]", "_exception_info keyword [C++]", "_abnormal_termination keyword [C++]"]
7-
ms.assetid: 30d60071-ea49-4bfb-a8e6-7a420de66381
87
---
98
# `try-except` statement
109

docs/error-messages/compiler-warnings/compiler-warning-level-4-c4220.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: Compiler Warning (level 4) C4220"
32
title: "Compiler Warning (level 4) C4220"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Compiler Warning (level 4) C4220"
4+
ms.date: 11/04/2016
55
f1_keywords: ["C4220"]
66
helpviewer_keywords: ["C4220"]
7-
ms.assetid: aba18868-825f-4763-9af6-3296406a80e4
87
---
98
# Compiler Warning (level 4) C4220
109

docs/standard-library/iterator-traits-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "iterator_traits Struct"
33
description: "Learn more about: iterator_traits Struct"
4-
ms.date: "11/04/2016"
4+
ms.date: 11/04/2016
55
f1_keywords: ["xutility/std::iterator_traits"]
66
helpviewer_keywords: ["iterator_traits struct", "iterator_traits class"]
77
---

docs/standard-library/other-one-argument-output-stream-manipulators.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: Other One-Argument Output Stream Manipulators"
32
title: "Other One-Argument Output Stream Manipulators"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Other One-Argument Output Stream Manipulators"
4+
ms.date: 11/04/2016
55
helpviewer_keywords: ["output streams, one-argument manipulators"]
6-
ms.assetid: e381dee8-6b16-4cef-805a-4a6a1d2b696b
76
---
87
# Other One-Argument Output Stream Manipulators
98

docs/standard-library/output-stream-manipulators-with-one-argument-int-or-long.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: Output Stream Manipulators with One Argument (int or long)"
32
title: "Output Stream Manipulators with One Argument (int or long)"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Output Stream Manipulators with One Argument (int or long)"
4+
ms.date: 11/04/2016
55
helpviewer_keywords: ["output streams, int or long argument manipulators"]
6-
ms.assetid: 338f3164-b5e2-4c5a-a605-7d9dc3629ca1
76
---
87
# Output Stream Manipulators with One Argument (int or long)
98

0 commit comments

Comments
 (0)