From df2f104348728e86f17c29df06fbff74b79f7a30 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Sun, 23 Jul 2023 23:14:03 +0800 Subject: [PATCH 1/4] [span.cons] Simplify \tcode{\exposid{name}} --- source/containers.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index 86731245a6..ec62418eec 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -18389,8 +18389,8 @@ \pnum \effects -Initializes \tcode{\exposid{data_}} with \tcode{to_address(first)} and -\tcode{\exposid{size_}} with \tcode{count}. +Initializes \exposid{data_} with \tcode{to_address(first)} and +\exposid{size_} with \tcode{count}. \pnum \throws @@ -18432,8 +18432,8 @@ \pnum \effects -Initializes \tcode{\exposid{data_}} with \tcode{to_address(first)} and -\tcode{\exposid{size_}} with \tcode{last - first}. +Initializes \exposid{data_} with \tcode{to_address(first)} and +\exposid{size_} with \tcode{last - first}. \pnum \throws @@ -18510,8 +18510,8 @@ \pnum \effects -Initializes \tcode{\exposid{data_}} with \tcode{ranges::data(r)} and -\tcode{\exposid{size_}} with \tcode{ranges::size(r)}. +Initializes \exposid{data_} with \tcode{ranges::data(r)} and +\exposid{size_} with \tcode{ranges::size(r)}. \pnum \throws From 031adb8b41c76a72287731ecdd55582df90a51e0 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Tue, 25 Jul 2023 01:10:41 +0800 Subject: [PATCH 2/4] [range.slide.iterator] Simplify \tcode{\exposid{name}} --- source/ranges.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ranges.tex b/source/ranges.tex index eaddf6ba39..1605080fee 100644 --- a/source/ranges.tex +++ b/source/ranges.tex @@ -13529,7 +13529,7 @@ using @\exposid{Base}@ = @\exposid{maybe-const}@; // \expos iterator_t<@\exposid{Base}@> @\exposid{current_}@ = iterator_t<@\exposid{Base}@>(); // \expos iterator_t<@\exposid{Base}@> @\exposid{last_ele_}@ = iterator_t<@\exposid{Base}@>(); // \expos, - // present only if \tcode{\exposid{Base}} models \tcode{\exposconcept{slide-caches-first}} + // present only if \exposid{Base} models \tcode{\exposconcept{slide-caches-first}} range_difference_t<@\exposid{Base}@> @\exposid{n_}@ = 0; // \expos constexpr @\exposid{iterator}@(iterator_t<@\exposid{Base}@> current, range_difference_t<@\exposid{Base}@> n) // \expos From dc45cefe992e7901e4784138fc1143eb84599df9 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Tue, 25 Jul 2023 01:11:13 +0800 Subject: [PATCH 3/4] [text.encoding.members] Simplify \tcode{\exposid{name}} --- source/locales.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/locales.tex b/source/locales.tex index ce87b0d573..e36f215d68 100644 --- a/source/locales.tex +++ b/source/locales.tex @@ -4855,7 +4855,7 @@ \begin{itemdescr} \pnum \returns -\tcode{\exposid{mib_}}. +\exposid{mib_}. \end{itemdescr} \indexlibrarymember{name}{text_encoding}% @@ -4866,7 +4866,7 @@ \begin{itemdescr} \pnum \returns -\tcode{\exposid{name_}} if \tcode{(\exposid{name_}[0] != '\textbackslash 0')} +\exposid{name_} if \tcode{(\exposid{name_}[0] != '\textbackslash 0')} is \tcode{true}, and \keyword{nullptr} otherwise. @@ -4874,7 +4874,7 @@ \remarks If \tcode{name() == nullptr} is \tcode{false}, \tcode{name()} is an \ntbs{} and -accessing elements of \tcode{\exposid{name_}} +accessing elements of \exposid{name_} outside of the range \countedrange{name()}{strlen(name()) + 1} is undefined behavior. \end{itemdescr} From ab344f07af90e515d7176b8af5724005c59cb52b Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Tue, 25 Jul 2023 07:47:27 +0800 Subject: [PATCH 4/4] [range.slide.iterator] Fix \tcode{\exposconcept{slide-caches-first}} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Johel Ernesto Guerrero Peña --- source/ranges.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ranges.tex b/source/ranges.tex index 1605080fee..683f196765 100644 --- a/source/ranges.tex +++ b/source/ranges.tex @@ -13529,7 +13529,7 @@ using @\exposid{Base}@ = @\exposid{maybe-const}@; // \expos iterator_t<@\exposid{Base}@> @\exposid{current_}@ = iterator_t<@\exposid{Base}@>(); // \expos iterator_t<@\exposid{Base}@> @\exposid{last_ele_}@ = iterator_t<@\exposid{Base}@>(); // \expos, - // present only if \exposid{Base} models \tcode{\exposconcept{slide-caches-first}} + // present only if \exposid{Base} models \exposconcept{slide-caches-first} range_difference_t<@\exposid{Base}@> @\exposid{n_}@ = 0; // \expos constexpr @\exposid{iterator}@(iterator_t<@\exposid{Base}@> current, range_difference_t<@\exposid{Base}@> n) // \expos