Skip to content

Commit 9bb5109

Browse files
author
Colin Robertson
committed
Fixes
1 parent 40f3a6a commit 9bb5109

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

docs/build/reference/zc-conformance.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "/Zc (Conformance)"
3-
ms.date: "03/06/2018"
3+
description: "The /Zc conformance compiler options enable or disable support for conforming or backward-compatible behavior."
4+
ms.date: 09/10/2020
45
helpviewer_keywords: ["/Zc compiler options [C++]", "-Zc compiler options [C++]", "Conformance compiler options", "Zc compiler options [C++]"]
56
ms.assetid: db1cc175-6e93-4a2e-9396-c3725d2d8f71
67
---

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "What's new for C++ in Visual Studio"
3+
description: "The new features and fixes in the Microsoft C/C++ compiler and tools in Visual Studio."
34
ms.date: "05/19/2020"
45
ms.technology: "cpp-ide"
56
ms.assetid: 8801dbdb-ca0b-491f-9e33-01618bff5ae9

docs/preprocessor/c-cpp-preprocessor-reference.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "C/C++ preprocessor reference"
3-
ms.date: "10/31/2019"
3+
description: "Reference for the Microsoft C/C++ compiler preprocessor in Visual Studio."
4+
ms.date: 09/10/2020
45
helpviewer_keywords: ["preprocessor", "preprocessor, reference overview"]
56
ms.assetid: e4a52843-7016-4f6d-8b40-cb1ace18f805
67
---
@@ -13,7 +14,7 @@ In Visual Studio 2019 the [/experimental:preprocessor](../build/reference/experi
1314
## In this section
1415

1516
[Preprocessor](preprocessor.md)\
16-
Provides an overview of the traditional and new experimental preprocessors.
17+
Provides an overview of the traditional and new conforming preprocessors.
1718

1819
[Preprocessor directives](../preprocessor/preprocessor-directives.md)\
1920
Describes directives, typically used to make source programs easy to change and easy to compile in different execution environments.
@@ -22,7 +23,7 @@ Describes directives, typically used to make source programs easy to change and
2223
Discusses the four preprocessor-specific operators used in the context of the `#define` directive.
2324

2425
[Predefined macros](../preprocessor/predefined-macros.md)\
25-
Discusses predefined macros as specified by ANSI and Microsoft C++.
26+
Discusses predefined macros as specified by the C and C++ standards and by Microsoft C++.
2627

2728
[Pragmas](../preprocessor/pragma-directives-and-the-pragma-keyword.md)\
2829
Discusses pragmas, which offer a way for each compiler to offer machine- and operating system-specific features while retaining overall compatibility with the C and C++ languages.

0 commit comments

Comments
 (0)