Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[text.encoding.aliases] Add note about what isn't required #7237

Merged
merged 1 commit into from
Oct 16, 2024
Merged
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: 5 additions & 1 deletion source/locales.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5063,6 +5063,11 @@
\tcode{ranges::\libconcept{view}},
\tcode{ranges::\libconcept{random_access_range}}, and
\tcode{ranges::\libconcept{borrowed_range}}.
\begin{note}
\tcode{text_encoding::aliases_view} is not required to satisfy
\tcode{ranges::}\libconcept{common_range},
nor \libconcept{default_initializable}.
\end{note}

\pnum
Both
Expand All @@ -5071,7 +5076,6 @@
denote \tcode{const char*}.

\pnum
%FIXME: Is this supposed to be a remark or a requirement? Same above?
\tcode{ranges::iterator_t<text_encoding::aliases_view>}
is a constexpr iterator\iref{iterator.requirements.general}.
\end{itemdescr}
Expand Down
Loading