Skip to content

Commit 3bd95fd

Browse files
[fs.path.req] Replace "encoded character type" with "character type"
1 parent 8746c79 commit 3bd95fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/iostreams.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14092,13 +14092,13 @@
1409214092
argument \tcode{const Source\&} \tcode{source} shall have an
1409314093
effective range \range{source.begin()}{source.end()}.
1409414094
\item A type meeting the \oldconcept{InputIterator} requirements that iterates over an NTCTS\@.
14095-
The value type shall be an encoded character type. A function argument
14095+
The value type shall be a character type\iref{basic.fundamental}. A function argument
1409614096
\tcode{const Source\&} \tcode{source} shall have an effective range
1409714097
\range{source}{end} where \tcode{end} is the first
1409814098
iterator value with an element value equal to
1409914099
\tcode{iterator_traits<Source>::value_type()}.
1410014100
\item A character array that after array-to-pointer decay results in a
14101-
pointer to the start of an NTCTS\@. The value type shall be an encoded character type. A
14101+
pointer to the start of an NTCTS\@. The value type shall be a character type. A
1410214102
function argument \tcode{const Source\&} \tcode{source} shall
1410314103
have an effective range \range{source}{end} where
1410414104
\tcode{end} is the first iterator value with an element value equal to
@@ -14116,7 +14116,7 @@
1411614116
\tcode{basic_string} or \tcode{basic_string_view}, or
1411714117
\item
1411814118
the \grammarterm{qualified-id} \tcode{iterator_traits<decay_t<Source>>::value_type} is valid and
14119-
denotes a possibly const encoded character type\iref{temp.deduct}.
14119+
denotes a possibly const character type\iref{temp.deduct}.
1412014120
\end{itemize}
1412114121

1412214122
\pnum

0 commit comments

Comments
 (0)