Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/regex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3235,7 +3235,7 @@

\pnum
\begin{note}
This means that a compiler can call an
This means that an implementation can call an
implementation-specific search function, in which case a program-defined
specialization of \tcode{regex_search} will not be
called.
Expand Down
6 changes: 3 additions & 3 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8074,7 +8074,7 @@
expressed by a call to \tcode{assume_aligned}
might result in generation of more efficient code.
It is up to the program to ensure that the assumption actually holds.
The call does not cause the compiler to verify or enforce this.
The call does not cause the implementation to verify or enforce this.
An implementation might only make the assumption
for those operations on \tcode{X} that access \tcode{X}
through the pointer returned by \tcode{assume_aligned}.
Expand Down Expand Up @@ -12162,7 +12162,7 @@
\pnum
\begin{note}
\tcode{reinterpret_cast<void**>(static_cast<Pointer*>(*this))}
can be a viable implementation strategy.
can be a viable implementation strategy for some implementations.
\end{note}
\end{itemdescr}

Expand Down Expand Up @@ -12400,7 +12400,7 @@
\pnum
\begin{note}
\tcode{reinterpret_cast<void**>(static_cast<Pointer*>(*this))}
can be a viable implementation strategy.
can be a viable implementation strategy for some implementations.
\end{note}
\end{itemdescr}

Expand Down