You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cpp/type-info-class.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ translation.priority.ht:
38
38
# type_info Class
39
39
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.
40
40
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:
42
42
43
-
```
43
+
```cpp
44
44
classtype_info {
45
45
public:
46
46
virtual ~type_info();
@@ -68,4 +68,4 @@ public:
68
68
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.
69
69
70
70
## See Also
71
-
[Run-Time Type Information](../cpp/run-time-type-information.md)
71
+
[Run-Time Type Information](../cpp/run-time-type-information.md)
Copy file name to clipboardExpand all lines: docs/ide/specify-debug-configuration-settings.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
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"
3
3
ms.custom: ""
4
4
ms.date: "11/04/2016"
5
5
ms.reviewer: ""
@@ -67,4 +67,4 @@ Use this page of the Create New Project From Existing Code Files wizard to speci
67
67
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).
68
68
69
69
## 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