Skip to content

Commit 25ca221

Browse files
author
Colin Robertson
committed
Formatting tweaks.
1 parent eeac943 commit 25ca221

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/cpp/keywords-cpp.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Keywords (C++) | Microsoft Docs"
33
ms.custom: "index-page"
4-
ms.date: "09/24/2018"
4+
ms.date: "10/10/2018"
55
ms.technology: ["cpp-language"]
66
ms.topic: "language-reference"
77
dev_langs: ["C++"]
@@ -63,8 +63,6 @@ Keywords are predefined reserved identifiers that have special meanings. They ca
6363

6464
<sup>2</sup> Applicable to Managed Extensions for C++ only. This syntax is now deprecated. See [Component Extensions for Runtime Platforms](../windows/component-extensions-for-runtime-platforms.md) for more information.
6565

66-
67-
6866
<sup>3</sup> Intrinsic function used in event handling.
6967

7068
<sup>4</sup> For backward compatibility with previous versions, these keywords are available both with two leading underscores and a single leading underscore when Microsoft extensions are enabled (the default).

docs/cpp/uuidof-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Use this keyword to extract the GUID attached to:
3737
- A library block created with the [module](../windows/module-cpp.md) attribute.
3838

3939
> [!NOTE]
40-
> In a debug build, **__uuidof** always initializes an object dynamically (at runtime). In a release build, **__uuidof** can statically (at compile time) initialize an object.
40+
> In a debug build, **__uuidof** always initializes an object dynamically (at runtime). In a release build, **__uuidof** can statically (at compile time) initialize an object.
4141
4242
For compatibility with previous versions, **_uuidof** is a synonym for **__uuidof** unless compiler option [/Za \(Disable language extensions)](../build/reference/za-ze-disable-language-extensions.md) is specified.
4343

0 commit comments

Comments
 (0)