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 11226
11226
\begin{itemdescr}
11227
11227
\pnum
11228
11228
\expects
11229
- \tcode{s} points to a NTCTS\iref{defns.ntcts}.
11229
+ \tcode{s} points to an NTCTS\iref{defns.ntcts}.
11230
11230
11231
11231
\pnum
11232
11232
\effects
@@ -14079,14 +14079,14 @@
14079
14079
\item \tcode{basic_string_view<EcharT, traits>}. A function
14080
14080
argument \tcode{const Source\&} \tcode{source} shall have an
14081
14081
effective range \range{source.begin()}{source.end()}.
14082
- \item A type meeting the \oldconcept{InputIterator} requirements that iterates over a NTCTS\@.
14082
+ \item A type meeting the \oldconcept{InputIterator} requirements that iterates over an NTCTS\@.
14083
14083
The value type shall be an encoded character type. A function argument
14084
14084
\tcode{const Source\&} \tcode{source} shall have an effective range
14085
14085
\range{source}{end} where \tcode{end} is the first
14086
14086
iterator value with an element value equal to
14087
14087
\tcode{iterator_traits<Source>::value_type()}.
14088
14088
\item A character array that after array-to-pointer decay results in a
14089
- pointer to the start of a NTCTS\@. The value type shall be an encoded character type. A
14089
+ pointer to the start of an NTCTS\@. The value type shall be an encoded character type. A
14090
14090
function argument \tcode{const Source\&} \tcode{source} shall
14091
14091
have an effective range \range{source}{end} where
14092
14092
\tcode{end} is the first iterator value with an element value equal to
You can’t perform that action at this time.
0 commit comments