Skip to content

Commit cda2a2c

Browse files
Taojunshenesweet431opbld16Colin Robertsonopbld17
authored
12/6/2021 AM Publish (#3967)
* Add gray border * LinkFix: cpp-docs-pr (2021-11) * Clarify C4146 per VCSig list (MicrosoftDocs#3923) * Clarify C4146 per VCSig list * Fix link issues. * Update enable CMake Presets * fix rel links * fix github 3528 * acrolinx * change order of example * Add version info to NMAKE macro functions * Bulk fix entity `&amp;` part 3 * threshhold test * Eliminate even more `&amp;` entities * Minimum Viable Phix * Once more into the `&amp;` breech * Add Visual Studio 2022 Platform Toolset Version * Add /fpcvt compiler option docs (MicrosoftDocs#3886) * Add /fpcvt compiler option docs * Fix copypasta error * Update fp conversion intrinsics, too. * Replace deleted table row * Acrolinx pass * Fix TOC issues * Add useful links to intrinsics * Updates per John Morgan, plus acrolink * Update version info * Clean up rvalue reference article * Fix to `/fpcvt` per John Morgan email * Reformat WeakRef class document. * Update Advanced prop page and C1107 * Remove unrelated change. * Minimizing entity form of & (#3916) * Initial pass minimizing on &gt; entities (#3919) * Initial pass on &gt; entities * Fix everything. * Try without `&lt;` entities in title/desc * Clean up pass * Update docs/atl-mfc-shared/reference/cfiletime-class.md Co-authored-by: Tracey Torble <[email protected]> * Update tn026-ddx-and-ddv-routines.md `DoDialogExchange` -> `DoDataExchange` * github fix 3544 * GITHUB FIX FOR #3549 * Add UWP to list of unsupported ASAN features. * Fix misnamed mt.exe options. Acrolinx all. * Attempt fpcvt simplification per John Morgan. * Fix cpp-docs 3546 * Address complaint in cpp-docs 3554 (#3950) * 17.1 Update warnings, fix cpp-docs 3563 (#3954) * 17.1 Update warnings, fix cpp-docs 3563 * fix date * Add `/Zc:externC` compiler option doc, fix 1594 * Tweaks. * Fix links, header syntax issues * Fix issues in XML Docs reference * Make list match apparently intended style * Fix broken link. * Add docs for new check Signed-off-by: Kyle Reed <[email protected]> * fix toc * remove .md from toc title * Revert "Add docs for new linter check" * update runtime spelling * Bulk fix: remove HTML entities from yml headers (MicrosoftDocs#3962) * Bulk fix HTML entities in H1 (MicrosoftDocs#3966) Co-authored-by: Erika <[email protected]> Co-authored-by: opbld16 <[email protected]> Co-authored-by: Colin Robertson <[email protected]> Co-authored-by: opbld17 <[email protected]> Co-authored-by: Christopher McClister <[email protected]> Co-authored-by: PRMerger16 <[email protected]> Co-authored-by: Laura Brenner <[email protected]> Co-authored-by: opbld15 <[email protected]> Co-authored-by: TylerMSFT <[email protected]> Co-authored-by: PRMerger18 <[email protected]> Co-authored-by: PRMerger4 <[email protected]> Co-authored-by: PRMerger6 <[email protected]> Co-authored-by: MohammadHadi Attarieh <[email protected]> Co-authored-by: PRMerger15 <[email protected]> Co-authored-by: PRMerger10 <[email protected]> Co-authored-by: Haig MacGregor <[email protected]> Co-authored-by: Tracey Torble <[email protected]> Co-authored-by: Waiting <[email protected]> Co-authored-by: Tyler Whitney <[email protected]> Co-authored-by: branh <[email protected]> Co-authored-by: John Ellison <[email protected]> Co-authored-by: PRMerger8 <[email protected]> Co-authored-by: PRMerger17 <[email protected]> Co-authored-by: Colin Cooper <[email protected]> Co-authored-by: Paula Miller <[email protected]> Co-authored-by: Kyle Reed <[email protected]>
1 parent 3a2d0cb commit cda2a2c

File tree

237 files changed

+542
-543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+542
-543
lines changed

docs/assembler/masm/dot-erridn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: &period;ERRIDN, &period;ERRIDNI"
3-
title: "&period;ERRIDN, &period;ERRIDNI"
2+
description: "Learn more about: .ERRIDN, .ERRIDNI"
3+
title: ".ERRIDN, .ERRIDNI"
44
ms.date: "05/23/2019"
55
f1_keywords: [".ERRIDN", ".ERRIDNI"]
66
helpviewer_keywords: [".ERRIDN directive", ".ERRIDNI directive"]

docs/assembler/masm/operator-less-or-equal-masm-run-time.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: operator &lt;= (MASM Run Time)"
3-
title: "operator &lt;= (MASM Run Time)"
2+
description: "Learn more about: operator <= (MASM Run Time)"
3+
title: "operator <= (MASM Run Time)"
44
ms.date: "12/17/2019"
55
f1_keywords: ["operator <="]
66
helpviewer_keywords: ["operator <=", "<= operator, comparing specific objects"]
77
ms.assetid: a5676804-07ef-40ab-8251-cde5b11ebdf9
88
---
9-
# operator &lt;= (MASM Run Time)
9+
# operator `<=` (MASM Run Time)
1010

1111
Is less than or equal to. Used only within [.IF](dot-if.md), [.WHILE](dot-while.md), or [.REPEAT](dot-repeat.md) blocks and evaluated at run time, not at assembly time.
1212

docs/assembler/masm/operator-less-than-masm-run-time.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: operator &lt; (MASM Run Time)"
3-
title: "operator &lt; (MASM Run Time)"
2+
description: "Learn more about: operator < (MASM Run Time)"
3+
title: "operator < (MASM Run Time)"
44
ms.date: "12/17/2019"
55
f1_keywords: ["operator <"]
66
helpviewer_keywords: ["operator <", "< operator, comparing specific objects"]
77
ms.assetid: 1d5fc8f1-a62f-4a3d-824d-619c6f421a04
88
---
9-
# operator &lt; (MASM Run Time)
9+
# operator `<` (MASM Run Time)
1010

1111
Is less than. Used only within [.IF](dot-if.md), [.WHILE](dot-while.md), or [.REPEAT](dot-repeat.md) blocks and evaluated at run time, not at assembly time.
1212

docs/build/reference/fp-name-dot-pch-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: "/Fp (Name &period;pch file)"
2+
title: "/Fp (Name .pch file)"
33
description: "Use the /Fp compiler option to specify the precompiled header file name."
44
ms.date: "05/31/2019"
55
f1_keywords: ["VC.Project.VCCLCompilerTool.PrecompiledHeaderFile", "VC.Project.VCCLWCECompilerTool.PrecompiledHeaderFile"]
66
helpviewer_keywords: ["Fp compiler option [C++]", "-Fp compiler option [C++]", "naming precompiler header files", "PCH files, naming", "names [C++], PCH", ".pch files, naming", "precompiled header files, naming", "/Fp compiler option [C++]"]
77
ms.assetid: 0fcd9cbd-e09f-44d3-9715-b41efb5d0be2
88
---
9-
# /Fp (Name &period;pch file)
9+
# /Fp (Name .pch file)
1010

1111
Provides a path name for a precompiled header instead of using the default path name.
1212

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
---
2-
description: "Learn more about: Run-Time Error Checking"
3-
title: "Run-Time Error Checking"
2+
description: "Learn more about: Runtime error checking"
3+
title: "Runtime error checking"
44
ms.date: "11/04/2016"
5-
helpviewer_keywords: ["run-time error checking", "run-time errors, checking"]
6-
ms.assetid: c965dd01-57ad-4a3c-b1d6-5aa04f920501
5+
helpviewer_keywords: ["runtime error checking", "runtime errors, checking"]
76
---
8-
# Run-Time Error Checking
7+
# Runtime error checking
98

10-
The C run-time library contains the functions that support run-time error checks (RTC). Run-time error checking allows you to build your program such that certain kinds of run-time errors are reported. You specify how the errors are reported and which kinds of errors are reported. For more information, see [How to: Use Native Run-Time Checks](/visualstudio/debugger/how-to-use-native-run-time-checks).
9+
The C runtime library contains the functions that support runtime error checks (RTC). Runtime error checking allows you to build your program such that certain kinds of runtime errors are reported. You specify how the errors are reported and which kinds of errors are reported. For more information, see [How to: Use native runtime checks](/visualstudio/debugger/how-to-use-native-run-time-checks).
1110

12-
Use the following functions to customize the way your program does run-time error checking.
11+
Use the following functions to customize the way your program does runtime error checking.
1312

14-
## Run-Time Error Checking Functions
13+
## Runtime error checking functions
1514

1615
|Function|Use|
1716
|--------------|---------|
18-
|[_RTC_GetErrDesc](../c-runtime-library/reference/rtc-geterrdesc.md)|Returns a brief description of a run-time error check type.|
19-
|[_RTC_NumErrors](../c-runtime-library/reference/rtc-numerrors.md)|Returns the total number of errors that can be detected by run-time error checks.|
20-
|[_RTC_SetErrorFunc](../c-runtime-library/reference/rtc-seterrorfunc.md)|Designates a function as the handler for reporting run-time error checks.|
21-
|[_RTC_SetErrorType](../c-runtime-library/reference/rtc-seterrortype.md)|Associates an error that is detected by run-time error checks with a type.|
17+
|[_RTC_GetErrDesc](../c-runtime-library/reference/rtc-geterrdesc.md)|Returns a brief description of a runtime error check type.|
18+
|[_RTC_NumErrors](../c-runtime-library/reference/rtc-numerrors.md)|Returns the total number of errors that can be detected by runtime error checks.|
19+
|[_RTC_SetErrorFunc](../c-runtime-library/reference/rtc-seterrorfunc.md)|Designates a function as the handler for reporting runtime error checks.|
20+
|[_RTC_SetErrorType](../c-runtime-library/reference/rtc-seterrortype.md)|Associates an error that is detected by runtime error checks with a type.|
2221

2322
## See also
2423

25-
[Universal C runtime routines by category](../c-runtime-library/run-time-routines-by-category.md)<br/>
26-
[/RTC (Run-Time Error Checks)](../build/reference/rtc-run-time-error-checks.md)<br/>
27-
[runtime_checks](../preprocessor/runtime-checks.md)<br/>
28-
[Debug Routines](../c-runtime-library/debug-routines.md)<br/>
24+
[Universal C runtime routines by category](../c-runtime-library/run-time-routines-by-category.md)\
25+
[/RTC (Runtime error checks)](../build/reference/rtc-run-time-error-checks.md)\
26+
[runtime_checks](../preprocessor/runtime-checks.md)\
27+
[Debug routines](../c-runtime-library/debug-routines.md)

docs/cpp/conditional-operator-q.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: Conditional Operator: &quest; :"
3-
title: "Conditional Operator: &quest; :"
2+
description: "Learn more about: Conditional Operator: ?:"
3+
title: "Conditional Operator: ?:"
44
ms.date: "11/04/2016"
55
f1_keywords: ["?:", "?"]
66
helpviewer_keywords: ["conditional operators [C++]", "? : operator"]
77
ms.assetid: 88643ee8-7100-4f86-880a-705ec22b6271
88
---
9-
# Conditional Operator: &quest; :
9+
# Conditional Operator: `?:`
1010

1111
## Syntax
1212

docs/cpp/left-shift-and-right-shift-operators-input-and-output.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: Left Shift and Right Shift Operators (&gt;&gt; and &lt;&lt;)"
3-
title: "Left Shift and Right Shift Operators (&gt;&gt; and &lt;&lt;)"
2+
description: "Learn more about: Left Shift and Right Shift Operators (>> and <<)"
3+
title: "Left Shift and Right Shift Operators (>> and <<)"
44
ms.date: "08/13/2018"
55
f1_keywords: ["<<", ">>"]
66
helpviewer_keywords: ["<< operator [C++], with specific objects", "left shift operators [C++]", "right shift operators [C++]", "bitwise-shift operators [C++]", ">> operator", "shift operators [C++]", "operators [C++], shift"]
77
ms.assetid: 25fa0cbb-5fdd-4657-8745-b35f7d8f1606
88
---
9-
# Left Shift and Right Shift Operators (&gt;&gt; and &lt;&lt;)
9+
# Left Shift and Right Shift Operators (`<<` and `>>`)
1010

1111
The bitwise shift operators are the right-shift operator (**&gt;&gt;**), which moves the bits of *shift-expression* to the right, and the left-shift operator (**&lt;&lt;**), which moves the bits of *shift-expression* to the left. <sup>1</sup>
1212

docs/cpp/member-access-operators-dot-and.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: Member Access Operators: . and -&gt;"
3-
title: "Member Access Operators: . and -&gt;"
2+
description: "Learn more about: Member Access Operators: . and ->"
3+
title: "Member Access Operators: . and ->"
44
ms.date: "11/04/2016"
55
f1_keywords: [".", "->"]
66
helpviewer_keywords: ["member access, expressions", "operators [C++], member access", "dot operator (.)", "-> operator", "member access, operators", "postfix operators [C++]", ". operator", "member access"]
77
ms.assetid: f8fc3df9-d728-40c5-b384-276927f5f1b3
88
---
9-
# Member Access Operators: . and -&gt;
9+
# Member Access Operators: `.` and `->`
1010

1111
## Syntax
1212

docs/cpp/pointer-to-member-operators-dot-star-and-star.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: Pointer-to-Member Operators: .* and -&gt;*"
3-
title: "Pointer-to-Member Operators: .* and -&gt;*"
2+
description: "Learn more about: Pointer-to-Member Operators: .* and ->*"
3+
title: "Pointer-to-Member Operators: .* and ->*"
44
ms.date: "11/04/2016"
55
f1_keywords: [".*", "->*"]
66
helpviewer_keywords: ["expressions [C++], pointer", "pointer-to-member operators [C++]", ".* operator", "expressions [C++], operators", "->* operator"]
77
ms.assetid: 2632be3f-1c81-4523-b56c-982a92a68688
88
---
9-
# Pointer-to-Member Operators: .* and -&gt;*
9+
# Pointer-to-Member Operators: `.*` and `->*`
1010

1111
## Syntax
1212

docs/cpp/relational-operators-equal-and-equal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: Relational Operators: &lt;, &gt;, &lt;=, and &gt;="
3-
title: "Relational Operators: &lt;, &gt;, &lt;=, and &gt;="
2+
description: "Learn more about: Relational Operators: <, >, <=, and >="
3+
title: "Relational Operators: <, >, <=, and >="
44
ms.date: "11/04/2016"
55
f1_keywords: ["<", ">"]
66
helpviewer_keywords: ["> operator", "less than operator", "relational operators [C++], syntax", ">= operator", "greater than or equal to operators [C++]", "greater than operators [C++]", "< operator", "less than or equal to operator", "<= operator"]
77
ms.assetid: d346b53d-f14d-4962-984f-89d39a17ca0f
88
---
9-
# Relational Operators: &lt;, &gt;, &lt;=, and &gt;=
9+
# Relational Operators: `<`, `>`, `<=`, and `>=`
1010

1111
## Syntax
1212

docs/cppcx/wrl/operator-less-than-operator-microsoft-wrl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: operator&lt; Operator (Microsoft::WRL)"
3-
title: "operator&lt; Operator (Microsoft::WRL)"
2+
description: "Learn more about: operator< Operator (Microsoft::WRL)"
3+
title: "operator< Operator (Microsoft::WRL)"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
66
f1_keywords: ["client/Microsoft::WRL::operator<"]
77
ms.assetid: bfae0e1c-1648-482b-99c2-3217d62aba46
88
---
9-
# operator&lt; Operator (Microsoft::WRL)
9+
# `operator<` Operator (Microsoft::WRL)
1010

1111
Determines if the address of one object is less than another.
1212

docs/mfc/using-the-carchive-output-and-input-operators.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
description: "Learn more about: Using the CArchive &lt;&lt; and &gt;&gt; Operators"
3-
title: "Using the CArchive &lt;&lt; and &gt;&gt; Operators"
2+
description: "Learn more about: Using the CArchive << and >> Operators"
3+
title: "Using the CArchive << and >> Operators"
44
ms.date: "11/04/2016"
55
helpviewer_keywords: ["objects [MFC], loading from previously stored values", "CArchive class [MFC], storing and loading objects", "CArchive class [MFC], operators"]
66
ms.assetid: 56aef326-02dc-4992-8282-f0a4b78a064e
77
---
8-
# Using the CArchive &lt;&lt; and &gt;&gt; Operators
8+
# Using the CArchive `<<` and `>>` Operators
99

1010
`CArchive` provides <\< and >> operators for writing and reading simple data types as well as `CObject`s to and from a file.
1111

docs/standard-library/algorithm-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Learn more about: &lt;algorithm&gt; functions"
2+
description: "Learn more about: <algorithm> functions"
33
title: "<algorithm> functions"
44
ms.date: "09/09/2021"
55
f1_keywords: ["algorithm/std::adjacent_find", "algorithm/std::all_of", "algorithm/std::any_of", "algorithm/std::binary_search", "algorithm/std::copy", "algorithm/std::copy_backward", "algorithm/std::copy_if", "algorithm/std::copy_n", "algorithm/std::equal", "algorithm/std::equal_range", "algorithm/std::fill", "algorithm/std::fill_n", "algorithm/std::find", "algorithm/std::find_end", "algorithm/std::find_first_of", "algorithm/std::find_if", "algorithm/std::find_if_not", "algorithm/std::for_each", "algorithm/std::generate", "algorithm/std::generate_n", "algorithm/std::includes", "algorithm/std::inplace_merge", "algorithm/std::is_heap", "algorithm/std::is_heap_until", "algorithm/std::is_partitioned", "algorithm/std::is_permutation", "algorithm/std::is_sorted", "algorithm/std::is_sorted_until", "algorithm/std::iter_swap", "algorithm/std::lexicographical_compare", "algorithm/std::lower_bound", "algorithm/std::make_heap", "algorithm/std::max", "algorithm/std::max_element", "algorithm/std::merge", "algorithm/std::min", "algorithm/std::minmax", "algorithm/std::minmax_element", "algorithm/std::min_element", "algorithm/std::mismatch", "algorithm/std::move", "algorithm/std::move_backward", "algorithm/std::next_permutation", "algorithm/std::none_of", "algorithm/std::nth_element", "algorithm/std::partial_sort", "algorithm/std::partial_sort_copy", "algorithm/std::partition", "algorithm/std::partition_point", "algorithm/std::pop_heap", "algorithm/std::prev_permutation", "algorithm/std::push_heap", "algorithm/std::random_shuffle", "algorithm/std::remove", "algorithm/std::remove_copy", "algorithm/std::remove_copy_if", "algorithm/std::remove_if", "algorithm/std::replace", "algorithm/std::replace_copy", "algorithm/std::replace_copy_if", "algorithm/std::replace_if", "algorithm/std::reverse", "algorithm/std::reverse_copy", "algorithm/std::rotate", "algorithm/std::rotate_copy", "algorithm/std::search", "algorithm/std::search_n", "algorithm/std::set_difference", "algorithm/std::set_intersection", "algorithm/std::set_symmetric_difference", "algorithm/std::set_union", "algorithm/std::shuffle", "algorithm/std::sort", "algorithm/std::sort_heap", "algorithm/std::stable_partition", "algorithm/std::stable_sort", "algorithm/std::swap_ranges", "algorithm/std::transform", "algorithm/std::unique", "algorithm/std::unique_copy", "algorithm/std::upper_bound", "xutility/std::copy", "xutility/std::copy_backward", "xutility/std::copy_n", "xutility/std::count", "xutility/std::equal", "xutility/std::fill", "xutility/std::fill_n", "xutility/std::find", "xutility/std::is_permutation", "xutility/std::lexicographical_compare", "xutility/std::move", "xutility/std::move_backward", "xutility/std::reverse", "xutility/std::rotate", "algorithm/std::count_if", "algorithm/std::partition_copy", "algorithm/std::swap"]

docs/standard-library/algorithm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: &lt;algorithm&gt;"
3-
title: "&lt;algorithm&gt;"
2+
description: "Learn more about: <algorithm>"
3+
title: "<algorithm>"
44
ms.date: "11/04/2016"
55
f1_keywords: ["<algorithm>"]
66
helpviewer_keywords: ["algorithm header [C++]", "C++ Standard Library, algorithms", "<algorithm> header"]

docs/standard-library/allocator-void-class.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: allocator&lt;void&gt; Class"
3-
title: "allocator&lt;void&gt; Class"
2+
description: "Learn more about: allocator<void> Class"
3+
title: "allocator<void> Class"
44
ms.date: "11/04/2016"
55
f1_keywords: ["memory/std::allocator<void>", "allocator<void>"]
66
helpviewer_keywords: ["allocator<void> class"]
77
ms.assetid: abfb40f5-c600-46a6-b130-f42c6535b2bd
88
---
9-
# allocator&lt;void&gt; Class
9+
# `allocator<void>` Class
1010

1111
A specialization of the class template allocator to type **`void`**, defining the types that make sense in this context.
1212

docs/standard-library/allocators-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: &lt;allocators&gt; macros"
3-
title: "&lt;allocators&gt; macros"
2+
description: "Learn more about: <allocators> macros"
3+
title: "<allocators> macros"
44
ms.date: "11/04/2016"
55
f1_keywords: ["allocators/std::ALLOCATOR_DECL", "allocators/std::CACHE_CHUNKLIST", "allocators/std::CACHE_FREELIST", "allocators/std::CACHE_SUBALLOC", "allocators/std::SYNC_DEFAULT"]
66
ms.assetid: 9cb5ee07-1ff9-4594-ae32-3c8c6efb511a

docs/standard-library/allocators-header.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: &lt;allocators&gt;"
3-
title: "&lt;allocators&gt;"
2+
description: "Learn more about: <allocators>"
3+
title: "<allocators>"
44
ms.date: "11/04/2016"
55
f1_keywords: ["<allocators>"]
66
helpviewer_keywords: ["allocators header"]

docs/standard-library/allocators-operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: &lt;allocators&gt; operators"
3-
title: "&lt;allocators&gt; operators"
2+
description: "Learn more about: <allocators> operators"
3+
title: "<allocators> operators"
44
ms.date: "11/04/2016"
55
f1_keywords: ["allocators/std::operator!=", "allocators/std::operator=="]
66
ms.assetid: b55d67cb-3c69-46bf-ad40-e845fb096c4e

docs/standard-library/any-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: "Learn more about the free functions for use with the std::any class in the C++ Standard Library."
3-
title: "&lt;any&gt; functions"
3+
title: "<any> functions"
44
ms.date: 09/20/2021
55
f1_keywords: ["any/std::any_cast", "any/std::make_any", "any/std::swap"]
66
no-loc: ["any", "std", "class"]

docs/standard-library/any.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: "Learn more about the classes and functions declared in the <any> header in the C++ Standard Library."
3-
title: "&lt;any&gt;"
3+
title: "<any>"
44
ms.date: 09/20/2021
55
f1_keywords: ["<any>"]
66
helpviewer_keywords: ["<any>"]

docs/standard-library/array-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: &lt;array&gt; functions"
3-
title: "&lt;array&gt; functions"
2+
description: "Learn more about: <array> functions"
3+
title: "<array> functions"
44
ms.date: "11/04/2016"
55
f1_keywords: ["array/std::array::get", "array/std::get", "array/std::swap"]
66
ms.assetid: e0700a33-a833-4655-8735-16e71175efc8

docs/standard-library/array-operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: &lt;array&gt; operators"
3-
title: "&lt;array&gt; operators"
2+
description: "Learn more about: <array> operators"
3+
title: "<array> operators"
44
ms.date: "11/04/2016"
55
f1_keywords: ["array/std::array::operator!=", "array/std::array::operator<", "array/std::array::operator<=", "array/std::array::operator>", "array/std::array::operator>=", "array/std::array::operator=="]
66
ms.assetid: c8f46282-f179-4909-9a01-639cb8e18c27

docs/standard-library/array.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: &lt;array&gt;"
3-
title: "&lt;array&gt;"
2+
description: "Learn more about: <array>"
3+
title: "<array>"
44
ms.date: "11/04/2016"
55
f1_keywords: ["<array>"]
66
helpviewer_keywords: ["array header"]

docs/standard-library/atomic-enums.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: &lt;atomic&gt; enums"
3-
title: "&lt;atomic&gt; enums"
2+
description: "Learn more about: <atomic> enums"
3+
title: "<atomic> enums"
44
ms.date: "11/04/2016"
55
f1_keywords: ["atomic/std::memory_order"]
66
ms.assetid: cd3a81c5-a19e-448f-952a-c34c717f21a9

docs/standard-library/atomic-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: &lt;atomic&gt; functions"
3-
title: "&lt;atomic&gt; functions"
2+
description: "Learn more about: <atomic> functions"
3+
title: "<atomic> functions"
44
ms.date: "07/11/2018"
55
f1_keywords: ["atomic/std::atomic_compare_exchange_strong", "atomic/std::atomic_compare_exchange_strong_explicit", "atomic/std::atomic_compare_exchange_weak", "atomic/std::atomic_compare_exchange_weak_explicit", "atomic/std::atomic_exchange", "atomic/std::atomic_exchange_explicit", "atomic/std::atomic_fetch_add", "atomic/std::atomic_fetch_add_explicit", "atomic/std::atomic_fetch_and", "atomic/std::atomic_fetch_and_explicit", "atomic/std::atomic_fetch_or", "atomic/std::atomic_fetch_or_explicit", "atomic/std::atomic_fetch_sub", "atomic/std::atomic_fetch_sub_explicit", "atomic/std::atomic_fetch_xor", "atomic/std::atomic_fetch_xor_explicit", "atomic/std::atomic_flag_clear", "atomic/std::atomic_flag_clear_explicit", "atomic/std::atomic_flag_test_and_set", "atomic/std::atomic_flag_test_and_set_explicit", "atomic/std::atomic_init", "atomic/std::atomic_is_lock_free", "atomic/std::atomic_load", "atomic/std::atomic_load_explicit", "atomic/std::atomic_signal_fence", "atomic/std::atomic_store", "atomic/std::atomic_store_explicit", "atomic/std::atomic_thread_fence", "atomic/std::kill_dependency"]
66
ms.assetid: 5c53b4f8-6ff5-47d7-beb2-2d6ee3c6ea89

0 commit comments

Comments
 (0)