Skip to content

Commit a1f0476

Browse files
authored
Merge pull request #1786 from MicrosoftDocs/metadata-updates-1
Update cpp-conformance-improvements-2017.md
2 parents 5711f97 + 90fa68f commit a1f0476

11 files changed

+12
-12
lines changed

docs/cpp-conformance-improvements-2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "C++ conformance improvements"
33
ms.date: "10/31/2018"
4-
ms.technology: ["cpp-language"]
4+
ms.technology: "cpp-language"
55
ms.assetid: 8801dbdb-ca0b-491f-9e33-01618bff5ae9
66
author: "mikeblome"
77
ms.author: "mblome"

docs/dotnet/stl-clr-library-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "STL/CLR Library Reference"
3-
ms.date: 09/18/2018"
3+
ms.date: 09/18/2018
44
ms.topic: "reference"
55
helpviewer_keywords: ["STL/CLR Library", "STL/CLR, redistribution", "cliext directory"]
66
ms.assetid: a9d9ca00-7bf2-48c1-b205-3ae6f8c25f82

docs/error-messages/compiler-warnings/c4866.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Compiler Warning (Level 4) C4866"
3-
ms.date: "09/31/2018"
3+
ms.date: "09/30/2018"
44
f1_keywords: ["C4866"]
55
helpviewer_keywords: ["C4866"]
66
---

docs/how-to-report-a-problem-with-the-visual-cpp-toolset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "How to report a problem with the Visual C++ toolset"
33
ms.date: "06/21/2018"
4-
ms.technology: ["cpp-ide"]
4+
ms.technology: "cpp-ide"
55
author: "corob-msft"
66
ms.author: "corob"
77
---

docs/supported-platforms-visual-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Supported Platforms (Visual C++)"
33
ms.date: "11/04/2016"
4-
ms.technology: ["cpp-tools"]
4+
ms.technology: "cpp-tools"
55
helpviewer_keywords: ["Visual C++, platforms supported", "platforms [C++]"]
66
ms.assetid: 0d893056-4008-411a-b3d1-5f57fd7da95c
77
author: "mikeblome"
@@ -37,4 +37,4 @@ For information about how to set the target platform configuration, see [How to:
3737
## See also
3838

3939
- [Visual C++ Tools and Features in Visual Studio Editions](ide/visual-cpp-tools-and-features-in-visual-studio-editions.md)
40-
- [Getting Started](/visualstudio/ide/getting-started-with-visual-cpp-in-visual-studio)
40+
- [Getting Started](/visualstudio/ide/getting-started-with-visual-cpp-in-visual-studio)

docs/vcpkg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: vcpkg is a command line package manager that greatly simplifies the
44
author: mikeblome
55
ms.author: mblome
66
ms.date: "02/22/2019"
7-
ms.technology: ["cpp-ide"]
7+
ms.technology: "cpp-ide"
88
ms.assetid: f50d459a-e18f-4b4e-814b-913e444cedd6
99
---
1010
# vcpkg: A C++ package manager for Windows, Linux and MacOS

docs/visual-cpp-help-and-community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Visual C++ Help and Community"
33
ms.date: "11/30/2017"
4-
ms.technology: ["cpp-ide"]
4+
ms.technology: "cpp-ide"
55
ms.assetid: 6bc23c18-fcd9-47bc-bff2-17537700be4a
66
author: "mikeblome"
77
ms.author: "mblome"

docs/visual-cpp-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Visual C++ in Visual Studio"
33
description: "Visual C++ is the name for the Microsoft C++ compiler, code editor, and related tools in the Visual Studio IDE. Use Visual C++ to develop programs for Windows, Linux, Android and iOS."
44
ms.date: "09/26/2018"
5-
ms.technology: ["cpp-ide"]
5+
ms.technology: "cpp-ide"
66
helpviewer_keywords: ["Visual C++, home page"]
77
author: "mikeblome"
88
ms.author: "mblome"

docs/visual-cpp-language-conformance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Visual C++ Language Conformance"
33
ms.date: "11/15/2017"
4-
ms.technology: ["cpp-language"]
4+
ms.technology: "cpp-language"
55
ms.assetid: 475da6e9-0d78-4b4e-bd23-f41c406c4efe
66
author: "corob-msft"
77
ms.author: "corob"

docs/visual-cpp-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Visual C++ Samples"
33
ms.date: "11/30/2017"
4-
ms.technology: ["cpp-language"]
4+
ms.technology: "cpp-language"
55
ms.assetid: 76798022-5886-48e7-a7f2-f99352b15cbf
66
author: "mikeblome"
77
ms.author: "mblome"

docs/what-s-new-for-visual-cpp-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's New for Visual C++ in Visual Studio"
33
ms.date: "11/15/2017"
4-
ms.technology: ["cpp-ide"]
4+
ms.technology: "cpp-ide"
55
ms.assetid: 8801dbdb-ca0b-491f-9e33-01618bff5ae9
66
author: "mikeblome"
77
ms.author: "mblome"

0 commit comments

Comments
 (0)