File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3235
3235
3236
3236
\pnum
3237
3237
\begin {note }
3238
- This means that a compiler can call an
3238
+ This means that an implementation can call an
3239
3239
implementation-specific search function, in which case a program-defined
3240
3240
specialization of \tcode {regex_search} will not be
3241
3241
called.
Original file line number Diff line number Diff line change 8074
8074
expressed by a call to \tcode{assume_aligned}
8075
8075
might result in generation of more efficient code.
8076
8076
It is up to the program to ensure that the assumption actually holds.
8077
- The call does not cause the compiler to verify or enforce this.
8077
+ The call does not cause the implementation to verify or enforce this.
8078
8078
An implementation might only make the assumption
8079
8079
for those operations on \tcode{X} that access \tcode{X}
8080
8080
through the pointer returned by \tcode{assume_aligned}.
You can’t perform that action at this time.
0 commit comments