Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/assembler/masm/option-language-masm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Learn more about the alternatives for the OPTION LANGUAGE directive
title: "OPTION LANGUAGE"
description: "Learn more about the alternatives for the OPTION LANGUAGE directive"
ms.date: 09/21/2021
f1_keywords: ["language"]
helpviewer_keywords: ["OPTION LANGUAGE directive"]
Expand All @@ -20,11 +20,11 @@ Available languages include:
:::row:::
:::column span="":::
**`C`**\
**`SYSCALL`**\
**`SYSCALL`**
:::column-end:::
:::column span="":::
**`STDCALL`**\
**`PASCAL`**\
**`PASCAL`**
:::column-end:::
:::column span="":::
**`FORTRAN`**\
Expand Down
4 changes: 2 additions & 2 deletions docs/c-runtime-library/ismbb-routines.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: "Learn more about: _ismbb routines"
title: "_ismbb routines"
description: "Learn more about: _ismbb routines"
ms.date: 01/11/2022
helpviewer_keywords: ["ismbb routines", "_ismbb routines"]
---
Expand All @@ -21,7 +21,7 @@ Tests the given integer value `c` for a particular condition, by using the curre
[`_ismbblead`, `_ismbblead_l`](./reference/ismbblead-ismbblead-l.md)\
[`_ismbbprint`, `_ismbbprint_l`](./reference/ismbbprint-ismbbprint-l.md)\
[`_ismbbpunct`, `_ismbbpunct_l`](./reference/ismbbpunct-ismbbpunct-l.md)\
[`_ismbbtrail`, `_ismbbtrail_l`](./reference/ismbbtrail-ismbbtrail-l.md)\
[`_ismbbtrail`, `_ismbbtrail_l`](./reference/ismbbtrail-ismbbtrail-l.md)
:::column-end:::
:::row-end:::

Expand Down
7 changes: 3 additions & 4 deletions docs/dotnet/stl-clr-library-reference.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
description: "Learn more about: STL/CLR Library Reference"
title: "STL/CLR Library Reference"
description: "Learn more about: STL/CLR Library Reference"
ms.date: 09/18/2018
ms.topic: "reference"
helpviewer_keywords: ["STL/CLR Library", "STL/CLR, redistribution", "cliext directory"]
ms.assetid: a9d9ca00-7bf2-48c1-b205-3ae6f8c25f82
---
# STL/CLR Library Reference

Expand Down Expand Up @@ -51,7 +50,7 @@ In addition, this section also describes the following components of STL/CLR:
[`hash_multimap` (STL/CLR)](../dotnet/hash-multimap-stl-clr.md)\
[`hash_multiset` (STL/CLR)](../dotnet/hash-multiset-stl-clr.md)\
[`hash_set` (STL/CLR)](../dotnet/hash-set-stl-clr.md)\
[`list` (STL/CLR)](../dotnet/list-stl-clr.md)\
[`list` (STL/CLR)](../dotnet/list-stl-clr.md)
:::column-end:::
:::column span="":::
[`map` (STL/CLR)](../dotnet/map-stl-clr.md)\
Expand All @@ -63,7 +62,7 @@ In addition, this section also describes the following components of STL/CLR:
[`set` (STL/CLR)](../dotnet/set-stl-clr.md)\
[`stack` (STL/CLR)](../dotnet/stack-stl-clr.md)\
[`utility` (STL/CLR)](../dotnet/utility-stl-clr.md)\
[`vector` (STL/CLR)](../dotnet/vector-stl-clr.md)\
[`vector` (STL/CLR)](../dotnet/vector-stl-clr.md)
:::column-end:::
:::row-end:::

Expand Down
11 changes: 5 additions & 6 deletions docs/standard-library/type-traits.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
description: "Learn more about: <type_traits>"
title: "<type_traits>"
ms.date: "02/21/2019"
description: "Learn more about: <type_traits>"
ms.date: 02/21/2019
f1_keywords: ["<type_traits>"]
helpviewer_keywords: ["typetrait header", "type_traits"]
ms.assetid: 2260b51f-8160-4c66-a82f-00b534cb60d4
---
# `<type_traits>`

Expand Down Expand Up @@ -44,7 +43,7 @@ These are the provided aliases for the `type` members:
`add_rvalue_reference_t`\
`add_volatile_t`\
`aligned_storage_t`\
`aligned_union_t`\
`aligned_union_t`
:::column-end:::
:::column:::
`common_type_t`\
Expand All @@ -54,7 +53,7 @@ These are the provided aliases for the `type` members:
`invoke_result_t`\
`make_signed_t`\
`make_unsigned_t`\
`remove_all_extents_t`\
`remove_all_extents_t`
:::column-end:::
:::column:::
`remove_const_t`\
Expand All @@ -64,7 +63,7 @@ These are the provided aliases for the `type` members:
`remove_reference_t`\
`remove_volatile_t`\
`result_of_t`\
`underlying_type_t`\
`underlying_type_t`
:::column-end:::
:::row-end:::

Expand Down