Skip to content

Commit 7927608

Browse files
author
Colin Robertson
committed
Rename doc, fix references
1 parent 41f54fd commit 7927608

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/TOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [Visual C++ in Visual Studio 2017 RC](visual-cpp-in-visual-studio.md)
22
# [What's New for Visual C++ in Visual Studio 2017 RC](what-s-new-for-visual-cpp-in-visual-studio.md)
33
# [C++ conformance improvements in Visual Studio 2017](cpp-conformance-improvements-2017.md)
4-
## [Visual C/C++ Language Conformance](c-cpp-language-conformance.md)
4+
## [Visual C++ Language Conformance](visual-cpp-language-conformance.md)
55
# [Supported Platforms (Visual C++)](supported-platforms-visual-cpp.md)
66
# [C Language](c-language/c-language-reference.md)
77
# [C++ Language](cpp/cpp-language-reference.md)

docs/cpp-conformance-improvements-2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,4 +344,4 @@ void f(ClassLibrary1::Class1 ^r1, ClassLibrary1::Class2 ^r2)
344344
```
345345

346346
## See Also
347-
[Visual C/C++ Language Conformance](c-cpp-language-conformance.md)
347+
[Visual C++ Language Conformance](visual-cpp-language-conformance.md)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Visual C/C++ Language Conformance | Microsoft Docs"
2+
title: "Visual C++ Language Conformance | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "3/1/2017"
55
ms.reviewer: ""
@@ -30,8 +30,8 @@ translation.priority.ht:
3030
- "zh-cn"
3131
- "zh-tw"
3232
---
33-
# Visual C/C++ Language Conformance
34-
This topic summarizes the ISO C++03/11/14 and draft C++17 language standards conformance of compiler features and Standard Library (STL) features for C++ in Visual Studio 2017. Each compiler and STL feature name links to the ISO C++ Standard proposal paper that describes the feature.
33+
# Visual C++ Language Conformance
34+
This topic summarizes the ISO C++03/11/14 and draft C++17 language standards conformance of compiler features and Standard Library (STL) features for Visual C++ in Visual Studio 2017. Each compiler and STL feature name links to the ISO C++ Standard proposal paper that describes the feature.
3535

3636
For current news from the C++ team,
3737
visit the [Visual C++ team blog](http://blogs.msdn.microsoft.com/vcblog/).

0 commit comments

Comments
 (0)