Skip to content

Commit d056b34

Browse files
committed
FIXUP: Apply changes suggested in review.
1 parent 0887db7 commit d056b34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/locales.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4707,7 +4707,7 @@
47074707

47084708
private:
47094709
id @\exposid{mib_}@ = id::unknown; // \expos
4710-
char @\exposid{name_}@[max_name_length + 1] = {0}; // \expos
4710+
char @\exposid{name_}@[max_name_length + 1] = {0}; // \expos
47114711
static constexpr bool @\exposid{comp-name}@(string_view a, string_view b); // \expos
47124712
};
47134713
}
@@ -4865,7 +4865,7 @@
48654865
\returns
48664866
\tcode{\exposid{name_}} if \tcode{(\exposid{name_}[0] != '\textbackslash 0')}
48674867
is \tcode{true}, and
4868-
\keyword{nullptr} otherwise;
4868+
\keyword{nullptr} otherwise.
48694869

48704870
\pnum
48714871
\remarks
@@ -5019,8 +5019,8 @@
50195019
\indexlibrarymember{end}{text_encoding::aliases_view}%
50205020
\begin{itemdecl}
50215021
struct text_encoding::aliases_view : ranges::view_interface<text_encoding::aliases_view> {
5022-
constexpr @\textit{implementation-defined}@ begin() const;
5023-
constexpr @\textit{implementation-defined}@ end() const;
5022+
constexpr @\impdefx{type of \tcode{text_encoding::aliases_view::begin()}}@ begin() const;
5023+
constexpr @\impdefx{type of \tcode{text_encoding::aliases_view::end()}}@ end() const;
50245024
};
50255025
\end{itemdecl}
50265026

0 commit comments

Comments
 (0)