Skip to content

Commit

Permalink
Merge branch 'live' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ghogen authored Mar 21, 2017
2 parents 2d7c5c3 + da70be2 commit f9e63f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/cpp/type-info-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ translation.priority.ht:
# type_info Class
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.

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

```
```cpp
class type_info {
public:
virtual ~type_info();
Expand Down Expand Up @@ -68,4 +68,4 @@ public:
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.
## See Also
[Run-Time Type Information](../cpp/run-time-type-information.md)
[Run-Time Type Information](../cpp/run-time-type-information.md)
4 changes: 2 additions & 2 deletions docs/ide/specify-debug-configuration-settings.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "New Project From Existing Code Eebug Setting (Visual C++) | Microsoft Docs"
title: "New Project From Existing Code Debug Setting (Visual C++) | Microsoft Docs"
ms.custom: ""
ms.date: "11/04/2016"
ms.reviewer: ""
Expand Down Expand Up @@ -67,4 +67,4 @@ Use this page of the Create New Project From Existing Code Files wizard to speci
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).

## See Also
[Specify Project Settings, Create New Project From Existing Code Files Wizard](../ide/specify-project-settings-create-new-project-from-existing-code-files-wizard.md)
[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 comments on commit f9e63f4

Please sign in to comment.