File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1353
1353
algorithms.
1354
1354
\begin {note }
1355
1355
Implementations must ensure that internal synchronization inside standard
1356
- library routines does not prevent forward progress when those routines are
1356
+ library functions does not prevent forward progress when those functions are
1357
1357
executed by threads of execution with weakly parallel forward progress guarantees.
1358
1358
\end {note }
1359
1359
\begin {example }
Original file line number Diff line number Diff line change 614
614
\end {codeblock }
615
615
\rationale
616
616
When these non-terminated arrays are manipulated by standard
617
- string routines , there is potential for major catastrophe.
617
+ string functions , there is potential for major catastrophe.
618
618
\effect
619
619
Deletion of semantically well-defined feature.
620
620
\difficulty
Original file line number Diff line number Diff line change 5118
5118
\begin {note }
5119
5119
Unlike \tcode {basic_string::data()} and string literals,
5120
5120
\tcode {data()} may return a pointer to a buffer that is not null-terminated.
5121
- Therefore it is typically a mistake to pass \tcode {data()} to a routine that takes just a \tcode {const charT*} and expects a null-terminated string.
5121
+ Therefore it is typically a mistake to pass \tcode {data()} to a function that takes just a \tcode {const charT*} and expects a null-terminated string.
5122
5122
\end {note }
5123
5123
\end {itemdescr }
5124
5124
You can’t perform that action at this time.
0 commit comments