Skip to content

Commit e1f27fa

Browse files
authored
fixed date
1 parent 975bc24 commit e1f27fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cpp/identifiers-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Identifiers (C++) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/04/2016"
4+
ms.date: "09/12/2018"
55
ms.technology: ["cpp-language"]
66
ms.topic: "language-reference"
77
dev_langs: ["C++"]
@@ -93,4 +93,4 @@ int main() {
9393
Use of two sequential underscore characters ( **__** ) in an identifier, or a single leading underscore followed by a capital letter, is reserved for C++ implementations in all scopes. You should avoid using one leading underscore followed by a lowercase letter for names with file scope because of possible conflicts with current or future reserved identifiers.
9494

9595
## See also
96-
[Lexical Conventions](../cpp/lexical-conventions.md)
96+
[Lexical Conventions](../cpp/lexical-conventions.md)

0 commit comments

Comments
 (0)