Skip to content

Commit 71e6242

Browse files
authored
Merge branch 'master' into mb-binary-compat
2 parents 5e99762 + 9487138 commit 71e6242

File tree

557 files changed

+605
-613
lines changed

Some content is hidden

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

557 files changed

+605
-613
lines changed

docs/standard-library/1-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['_1', 'std::_1', 'functional/std::_1']
10+
f1_keywords: ["_1", "std::_1", "functional/std::_1"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["_1 object"]
1313
ms.assetid: 30c3c480-ff31-4708-94be-7d0d65f243c9

docs/standard-library/add-const-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['type_traits/std::add_const']
10+
f1_keywords: ["type_traits/std::add_const"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["add_const class", "add_const"]
1313
ms.assetid: 1262a1eb-8c9c-4dd6-9f43-88ba280182f1

docs/standard-library/add-cv-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['type_traits/std::add_cv']
10+
f1_keywords: ["type_traits/std::add_cv"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["add_cv class", "add_cv"]
1313
ms.assetid: a5572c78-a097-45d7-b476-ed4876889dea

docs/standard-library/add-lvalue-reference-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['type_traits/std::add_lvalue_reference']
10+
f1_keywords: ["type_traits/std::add_lvalue_reference"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["add_lvalue_reference"]
1313
ms.assetid: 9933afc2-ad0d-465d-98fe-7d547fa3efe2

docs/standard-library/add-pointer-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['type_traits/std::add_pointer']
10+
f1_keywords: ["type_traits/std::add_pointer"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["add_pointer class", "add_pointer"]
1313
ms.assetid: d8095cb0-6578-4143-b78f-87f82485298c

docs/standard-library/add-rvalue-reference-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['type_traits/std::add_rvalue_reference'
10+
f1_keywords: ["type_traits/std::add_rvalue_reference"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["add_rvalue_reference Class"]
1313
ms.assetid: 76b0cb7c-1031-45d0-b409-f03ab0297580

docs/standard-library/add-volatile-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['type_traits/std::add_volatile']
10+
f1_keywords: ["type_traits/std::add_volatile"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["add_volatile class", "add_volatile"]
1313
ms.assetid: cde57277-d764-402d-841e-97611ebaab14

docs/standard-library/adopt-lock-t-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['mutex/std::adopt_lock_t']
10+
f1_keywords: ["mutex/std::adopt_lock_t"]
1111
dev_langs: ["C++"]
1212
ms.assetid: 549972fb-e2e9-4415-8657-c159b09aa3f4
1313
caps.latest.revision: 13

docs/standard-library/algorithm-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.reviewer: ""
66
ms.suite: ""
77
ms.tgt_pltfrm: ""
88
ms.topic: "article"
9-
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']
9+
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"]
1010
dev_langs: ["C++"]
1111
ms.assetid: c10b0c65-410c-4c83-abf8-8b7f61bba8d0
1212
caps.latest.revision: 20

docs/standard-library/algorithm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['<algorithm>", "std::<algorithm>", "algorithm/std::<algorithm>']
10+
f1_keywords: ["<algorithm>"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["algorithm header [C++]", "C++ Standard Library, algorithms", "<algorithm> header"]
1313
ms.assetid: 19f97711-7a67-4a65-8fd1-9a2bd3ca327d

docs/standard-library/aligned-storage-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['type_traits/std::aligned_storage']
10+
f1_keywords: ["type_traits/std::aligned_storage"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["aligned_storage class", "aligned_storage"]
1313
ms.assetid: f255e345-1f05-4d07-81e4-017f420839fb

docs/standard-library/aligned-union-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['type_traits/std::aligned_union']
10+
f1_keywords: ["type_traits/std::aligned_union"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["aligned_union"]
1313
ms.assetid: 9931a44d-3a67-4f29-a0f6-d47a7cf560ac

docs/standard-library/alignment-of-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['type_traits/std::alignment_of']
10+
f1_keywords: ["type_traits/std::alignment_of"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["alignment_of class", "alignment_of"]
1313
ms.assetid: 4141c59a-f94e-41c4-93fd-9ea578b27387

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['allocators/stdext::allocator_base', 'allocators/stdext::allocators::allocator_base', 'allocators/stdext::allocator_base::const_pointer', 'allocators/stdext::allocator_base::const_reference', 'allocators/stdext::allocator_base::difference_type', 'allocators/stdext::allocator_base::pointer', 'allocators/stdext::allocator_base::reference', 'allocators/stdext::allocator_base::size_type', 'allocators/stdext::allocator_base::value_type', 'allocators/stdext::allocator_base::_Charalloc', 'allocators/stdext::allocator_base::_Chardealloc', 'allocators/stdext::allocator_base::address', 'allocators/stdext::allocator_base::allocate', 'allocators/stdext::allocator_base::construct', 'allocators/stdext::allocator_base::deallocate', 'allocators/stdext::allocator_base::destroy', 'allocators/stdext::allocator_base::max_size']
10+
f1_keywords: ["allocators/stdext::allocator_base", "allocators/stdext::allocators::allocator_base", "allocators/stdext::allocator_base::const_pointer", "allocators/stdext::allocator_base::const_reference", "allocators/stdext::allocator_base::difference_type", "allocators/stdext::allocator_base::pointer", "allocators/stdext::allocator_base::reference", "allocators/stdext::allocator_base::size_type", "allocators/stdext::allocator_base::value_type", "allocators/stdext::allocator_base::_Charalloc", "allocators/stdext::allocator_base::_Chardealloc", "allocators/stdext::allocator_base::address", "allocators/stdext::allocator_base::allocate", "allocators/stdext::allocator_base::construct", "allocators/stdext::allocator_base::deallocate", "allocators/stdext::allocator_base::destroy", "allocators/stdext::allocator_base::max_size"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["stdext::allocator_base [C++]", "stdext::allocators [C++], allocator_base", "stdext::allocator_base [C++], const_pointer", "stdext::allocator_base [C++], const_reference", "stdext::allocator_base [C++], difference_type", "stdext::allocator_base [C++], pointer", "stdext::allocator_base [C++], reference", "stdext::allocator_base [C++], size_type", "stdext::allocator_base [C++], value_type", "stdext::allocator_base [C++], _Charalloc", "stdext::allocator_base [C++], _Chardealloc", "stdext::allocator_base [C++], address", "stdext::allocator_base [C++], allocate", "stdext::allocator_base [C++], construct", "stdext::allocator_base [C++], deallocate", "stdext::allocator_base [C++], destroy", "stdext::allocator_base [C++], max_size"]
1313
ms.assetid: f920b45f-2a88-4bb0-8ead-b6126b426ed4

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['allocators/stdext::allocator_chunklist', 'allocators/stdext::allocators::allocator_chunklist'
10+
f1_keywords: ["allocators/stdext::allocator_chunklist", "allocators/stdext::allocators::allocator_chunklist"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["stdext::allocator_chunklist", "stdext::allocators [C++], allocator_chunklist"]
1313
ms.assetid: ea72ed0a-dfdb-4c8b-8096-e4baf567b80f

docs/standard-library/allocator-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['memory/std::allocator', 'memory/std::allocator::const_pointer', 'memory/std::allocator::const_reference', 'memory/std::allocator::difference_type', 'memory/std::allocator::pointer', 'memory/std::allocator::reference', 'memory/std::allocator::size_type', 'memory/std::allocator::value_type', 'memory/std::allocator::address', 'memory/std::allocator::allocate', 'memory/std::allocator::construct', 'memory/std::allocator::deallocate', 'memory/std::allocator::destroy', 'memory/std::allocator::max_size', 'memory/std::allocator::rebind']
10+
f1_keywords: ["memory/std::allocator", "memory/std::allocator::const_pointer", "memory/std::allocator::const_reference", "memory/std::allocator::difference_type", "memory/std::allocator::pointer", "memory/std::allocator::reference", "memory/std::allocator::size_type", "memory/std::allocator::value_type", "memory/std::allocator::address", "memory/std::allocator::allocate", "memory/std::allocator::construct", "memory/std::allocator::deallocate", "memory/std::allocator::destroy", "memory/std::allocator::max_size", "memory/std::allocator::rebind"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["std::allocator [C++]", "std::allocator [C++], const_pointer", "std::allocator [C++], const_reference", "std::allocator [C++], difference_type", "std::allocator [C++], pointer", "std::allocator [C++], reference", "std::allocator [C++], size_type", "std::allocator [C++], value_type", "std::allocator [C++], address", "std::allocator [C++], allocate", "std::allocator [C++], construct", "std::allocator [C++], deallocate", "std::allocator [C++], destroy", "std::allocator [C++], max_size", "std::allocator [C++], rebind"]
1313
ms.assetid: 3fd58076-56cc-43bb-ad58-b4b7c9c6b410

docs/standard-library/allocator-fixed-size-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['allocators/stdext::allocators::allocator_fixed_size', 'allocators/stdext::allocator_fixed_size', 'stdext::allocators::allocator_fixed_size']
10+
f1_keywords: ["allocators/stdext::allocators::allocator_fixed_size", "allocators/stdext::allocator_fixed_size", "stdext::allocators::allocator_fixed_size"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["stdext::allocators [C++], allocator_fixed_size", "stdext::allocator_fixed_size"]
1313
ms.assetid: 138f3ef8-b0b3-49c3-9486-58f2213c172f

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['allocators/stdext::allocators::allocator_newdel', 'allocators/stdext::allocator_newdel', 'stdext::allocators::allocator_newdel']
10+
f1_keywords: ["allocators/stdext::allocators::allocator_newdel", "allocators/stdext::allocator_newdel", "stdext::allocators::allocator_newdel"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["stdext::allocators [C++], allocator_newdel", "stdext::allocator_newdel"]
1313
ms.assetid: 62666cd2-3afe-49f7-9dd1-9bbbb154da98

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['allocators/stdext::allocators::allocator_suballoc', 'allocators/stdext::allocator_suballoc']
10+
f1_keywords: ["allocators/stdext::allocators::allocator_suballoc", "allocators/stdext::allocator_suballoc"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["allocator_suballoc class"]
1313
ms.assetid: 50c6a5c0-d00d-4276-9285-d908fd4f6483

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['memory/std::allocator_traits', 'memory/std::allocator_traits::propagate_on_container_move_assignment', 'memory/std::allocator_traits::const_pointer', 'memory/std::allocator_traits::propagate_on_container_swap', 'memory/std::allocator_traits::propagate_on_container_copy_assignment', 'memory/std::allocator_traits::difference_type', 'memory/std::allocator_traits::allocator_type', 'memory/std::allocator_traits::value_type', 'memory/std::allocator_traits::pointer', 'memory/std::allocator_traits::size_type', 'memory/std::allocator_traits::const_void_pointer', 'memory/std::allocator_traits::void_pointer', 'memory/std::allocator_traits::allocate', 'memory/std::allocator_traits::construct', 'memory/std::allocator_traits::deallocate', 'memory/std::allocator_traits::destroy', 'memory/std::allocator_traits::max_size', 'memory/std::allocator_traits::select_on_container_copy_construction']
10+
f1_keywords: ["memory/std::allocator_traits", "memory/std::allocator_traits::propagate_on_container_move_assignment", "memory/std::allocator_traits::const_pointer", "memory/std::allocator_traits::propagate_on_container_swap", "memory/std::allocator_traits::propagate_on_container_copy_assignment", "memory/std::allocator_traits::difference_type", "memory/std::allocator_traits::allocator_type", "memory/std::allocator_traits::value_type", "memory/std::allocator_traits::pointer", "memory/std::allocator_traits::size_type", "memory/std::allocator_traits::const_void_pointer", "memory/std::allocator_traits::void_pointer", "memory/std::allocator_traits::allocate", "memory/std::allocator_traits::construct", "memory/std::allocator_traits::deallocate", "memory/std::allocator_traits::destroy", "memory/std::allocator_traits::max_size", "memory/std::allocator_traits::select_on_container_copy_construction"]
1111
dev_langs: ["C++"]
1212
ms.assetid: 612974b8-b5d4-4668-82fb-824bff6821d6
1313
caps.latest.revision: 12

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['allocators/stdext::allocator_unbounded', 'allocators/stdext::allocators::allocator_unbounded']
10+
f1_keywords: ["allocators/stdext::allocator_unbounded", "allocators/stdext::allocators::allocator_unbounded"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["allocator_unbounded class"]
1313
ms.assetid: facbaea1-b320-4d99-96da-039b2642f352

docs/standard-library/allocator-variable-size-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['allocators/stdext::allocator_variable_size', 'allocators/stdext::allocators::allocator_variable_size', 'stdext::allocators::allocator_variable_size']
10+
f1_keywords: ["allocators/stdext::allocator_variable_size", "allocators/stdext::allocators::allocator_variable_size", "stdext::allocators::allocator_variable_size"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["stdext::allocator_variable_size", "stdext::allocators [C++], allocator_variable_size"]
1313
ms.assetid: c3aa4105-ae45-4385-bbbe-9f23060478cb

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: ""
77
ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
10-
f1_keywords: ['memory/std::allocator<void>', 'allocator<void>']
10+
f1_keywords: ["memory/std::allocator<void>", "allocator<void>"]
1111
dev_langs: ["C++"]
1212
helpviewer_keywords: ["allocator<void> class"]
1313
ms.assetid: abfb40f5-c600-46a6-b130-f42c6535b2bd

docs/standard-library/allocators-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.reviewer: ""
66
ms.suite: ""
77
ms.tgt_pltfrm: ""
88
ms.topic: "article"
9-
f1_keywords: ['allocators/std::ALLOCATOR_DECL', 'allocators/std::CACHE_CHUNKLIST', 'allocators/std::CACHE_FREELIST', 'allocators/std::CACHE_SUBALLOC', 'allocators/std::SYNC_DEFAULT']
9+
f1_keywords: ["allocators/std::ALLOCATOR_DECL", "allocators/std::CACHE_CHUNKLIST", "allocators/std::CACHE_FREELIST", "allocators/std::CACHE_SUBALLOC", "allocators/std::SYNC_DEFAULT"]
1010
ms.assetid: 9cb5ee07-1ff9-4594-ae32-3c8c6efb511a
1111
caps.latest.revision: 12
1212
manager: "ghogen"

0 commit comments

Comments
 (0)