Skip to content

Commit d0a9ae2

Browse files
jensmaurertkoeppe
authored andcommitted
[diff.cpp20.utilities] Rephrase to avoid undefined term 'const-iterable'
1 parent 126d245 commit d0a9ae2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/compatibility.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@
8181
Signature changes: \tcode{format}, \tcode{format_to}, \tcode{format_to_n},
8282
\tcode{formatted_size}.
8383
\rationale
84-
Enable formatting of views that are neither const-iterable nor copyable.
84+
Enable formatting of views
85+
that do not support iteration when const-qualified and
86+
are not copyable.
8587
\effect
8688
Valid \CppXX{} code that passes bit fields to formatting functions
8789
may become ill-formed. For example:

0 commit comments

Comments
 (0)