File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14092,13 +14092,13 @@
14092
14092
argument \tcode{const Source\&} \tcode{source} shall have an
14093
14093
effective range \range{source.begin()}{source.end()}.
14094
14094
\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
14096
14096
\tcode{const Source\&} \tcode{source} shall have an effective range
14097
14097
\range{source}{end} where \tcode{end} is the first
14098
14098
iterator value with an element value equal to
14099
14099
\tcode{iterator_traits<Source>::value_type()}.
14100
14100
\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
14102
14102
function argument \tcode{const Source\&} \tcode{source} shall
14103
14103
have an effective range \range{source}{end} where
14104
14104
\tcode{end} is the first iterator value with an element value equal to
14116
14116
\tcode{basic_string} or \tcode{basic_string_view}, or
14117
14117
\item
14118
14118
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}.
14120
14120
\end{itemize}
14121
14121
14122
14122
\pnum
You can’t perform that action at this time.
0 commit comments