Skip to content

Commit f9e63f4

Browse files
authored
Merge branch 'live' into master
2 parents 2d7c5c3 + da70be2 commit f9e63f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/cpp/type-info-class.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ translation.priority.ht:
3838
# type_info Class
3939
The **type_info** class describes type information generated within the program by the compiler. Objects of this class effectively store a pointer to a name for the type. The **type_info** class also stores an encoded value suitable for comparing two types for equality or collating order. The encoding rules and collating sequence for types are unspecified and may differ between programs.
4040

41-
The <`typeinfo>` header file must be included in order to use the **type_info** class. The interface for the **type_info** class is:
41+
The `<typeinfo>` header file must be included in order to use the **type_info** class. The interface for the **type_info** class is:
4242

43-
```
43+
```cpp
4444
class type_info {
4545
public:
4646
virtual ~type_info();
@@ -68,4 +68,4 @@ public:
6868
Type information is generated for polymorphic classes only if the [/GR (Enable Run-Time Type Information)](../build/reference/gr-enable-run-time-type-information.md) compiler option is specified.
6969
7070
## See Also
71-
[Run-Time Type Information](../cpp/run-time-type-information.md)
71+
[Run-Time Type Information](../cpp/run-time-type-information.md)

docs/ide/specify-debug-configuration-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "New Project From Existing Code Eebug Setting (Visual C++) | Microsoft Docs"
2+
title: "New Project From Existing Code Debug Setting (Visual C++) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
@@ -67,4 +67,4 @@ Use this page of the Create New Project From Existing Code Files wizard to speci
6767
Specifies .NET assemblies to process when building the new project. For more information, see [/FU (Name Forced #using File)](../build/reference/fu-name-forced-hash-using-file.md).
6868

6969
## See Also
70-
[Specify Project Settings, Create New Project From Existing Code Files Wizard](../ide/specify-project-settings-create-new-project-from-existing-code-files-wizard.md)
70+
[Specify Project Settings, Create New Project From Existing Code Files Wizard](../ide/specify-project-settings-create-new-project-from-existing-code-files-wizard.md)

0 commit comments

Comments
 (0)