Skip to content

Fix git push error for protected CLA branch #816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Feb 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cpp-conformance-improvements-2017.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "C++ conformance improvements"
ms.date: "10/31/2018"
ms.technology: ["cpp-language"]
ms.technology: "cpp-language"
ms.assetid: 8801dbdb-ca0b-491f-9e33-01618bff5ae9
author: "mikeblome"
ms.author: "mblome"
Expand Down
7 changes: 6 additions & 1 deletion docs/cppcx/platform-guid-value-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public value struct Guid

### Remarks

For an example of how to generate a new `Platform::Guid` using the Windows function [CoCreateGuid](/windows/desktop/api/combaseapi/nf-combaseapi-cocreateguid), see [WinRT component: How to generate a GUID?](https://www.eternalcoding.com/?p=383)
To generate a new `Platform::Guid`, use the [Windows::Foundation::GuidHelper::CreateNewGuid](/uwp/api/windows.foundation.guidhelper.createnewguid#Windows_Foundation_GuidHelper_CreateNewGuid) static method.

### Requirements

Expand Down Expand Up @@ -134,6 +134,11 @@ The second `Platform::Guid` to compare.

True if the two `Platform::Guid` instances are equal.

### Remarks

Prefer using the `==` operator instead of the
[Windows::Foundation::GuidHelper::Equals](/uwp/api/windows.foundation.guidhelper.equals) static method.

## <a name="operator-inequality"></a> Guid::operator!= Operator

Compares two `Platform::Guid` instances for inequality.
Expand Down
2 changes: 1 addition & 1 deletion docs/dotnet/stl-clr-library-reference.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "STL/CLR Library Reference"
ms.date: 09/18/2018"
ms.date: 09/18/2018
ms.topic: "reference"
helpviewer_keywords: ["STL/CLR Library", "STL/CLR, redistribution", "cliext directory"]
ms.assetid: a9d9ca00-7bf2-48c1-b205-3ae6f8c25f82
Expand Down
2 changes: 1 addition & 1 deletion docs/error-messages/compiler-warnings/c4866.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Compiler Warning (Level 4) C4866"
ms.date: "09/31/2018"
ms.date: "09/30/2018"
f1_keywords: ["C4866"]
helpviewer_keywords: ["C4866"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "How to report a problem with the Visual C++ toolset"
ms.date: "06/21/2018"
ms.technology: ["cpp-ide"]
ms.technology: "cpp-ide"
author: "corob-msft"
ms.author: "corob"
---
Expand Down
4 changes: 2 additions & 2 deletions docs/supported-platforms-visual-cpp.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Supported Platforms (Visual C++)"
ms.date: "11/04/2016"
ms.technology: ["cpp-tools"]
ms.technology: "cpp-tools"
helpviewer_keywords: ["Visual C++, platforms supported", "platforms [C++]"]
ms.assetid: 0d893056-4008-411a-b3d1-5f57fd7da95c
author: "mikeblome"
Expand Down Expand Up @@ -37,4 +37,4 @@ For information about how to set the target platform configuration, see [How to:
## See also

- [Visual C++ Tools and Features in Visual Studio Editions](ide/visual-cpp-tools-and-features-in-visual-studio-editions.md)
- [Getting Started](/visualstudio/ide/getting-started-with-visual-cpp-in-visual-studio)
- [Getting Started](/visualstudio/ide/getting-started-with-visual-cpp-in-visual-studio)
6 changes: 3 additions & 3 deletions docs/vcpkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: vcpkg-- A C++ package manager for Windows, Linux and MacOS
description: vcpkg is a command line package manager that greatly simplifies the acquisition and installation of open-source C++ libraries on Windows.
author: mikeblome
ms.author: mblome
ms.date: 05/14/2018
ms.technology: ["cpp-ide"]
ms.date: "02/22/2019"
ms.technology: "cpp-ide"
ms.assetid: f50d459a-e18f-4b4e-814b-913e444cedd6
---
# vcpkg: A C++ package manager for Windows, Linux and MacOS
Expand All @@ -25,7 +25,7 @@ If you create a vcpkg clone with private libraries in the ports collection, you

## Installation

Clone the vcpkg repo from GitHub: https://github.com/Microsoft/vcpkg. You can download to any folder location you prefer.
Clone the vcpkg repo from GitHub: [https://github.com/Microsoft/vcpkg](https://github.com/Microsoft/vcpkg). You can download to any folder location you prefer.

Run the bootstrapper in the root folder:

Expand Down
2 changes: 1 addition & 1 deletion docs/visual-cpp-help-and-community.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Visual C++ Help and Community"
ms.date: "11/30/2017"
ms.technology: ["cpp-ide"]
ms.technology: "cpp-ide"
ms.assetid: 6bc23c18-fcd9-47bc-bff2-17537700be4a
author: "mikeblome"
ms.author: "mblome"
Expand Down
2 changes: 1 addition & 1 deletion docs/visual-cpp-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Visual C++ in Visual Studio"
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."
ms.date: "09/26/2018"
ms.technology: ["cpp-ide"]
ms.technology: "cpp-ide"
helpviewer_keywords: ["Visual C++, home page"]
author: "mikeblome"
ms.author: "mblome"
Expand Down
2 changes: 1 addition & 1 deletion docs/visual-cpp-language-conformance.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Visual C++ Language Conformance"
ms.date: "11/15/2017"
ms.technology: ["cpp-language"]
ms.technology: "cpp-language"
ms.assetid: 475da6e9-0d78-4b4e-bd23-f41c406c4efe
author: "corob-msft"
ms.author: "corob"
Expand Down
2 changes: 1 addition & 1 deletion docs/visual-cpp-samples.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Visual C++ Samples"
ms.date: "11/30/2017"
ms.technology: ["cpp-language"]
ms.technology: "cpp-language"
ms.assetid: 76798022-5886-48e7-a7f2-f99352b15cbf
author: "mikeblome"
ms.author: "mblome"
Expand Down
2 changes: 1 addition & 1 deletion docs/what-s-new-for-visual-cpp-in-visual-studio.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "What's New for Visual C++ in Visual Studio"
ms.date: "11/15/2017"
ms.technology: ["cpp-ide"]
ms.technology: "cpp-ide"
ms.assetid: 8801dbdb-ca0b-491f-9e33-01618bff5ae9
author: "mikeblome"
ms.author: "mblome"
Expand Down