Skip to content

Commit 28effae

Browse files
committed
[ptr.align,re.regiter.incr] Replace 'compiler' with 'implementation'
1 parent c261743 commit 28effae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/regex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3235,7 +3235,7 @@
32353235

32363236
\pnum
32373237
\begin{note}
3238-
This means that a compiler can call an
3238+
This means that an implementation can call an
32393239
implementation-specific search function, in which case a program-defined
32403240
specialization of \tcode{regex_search} will not be
32413241
called.

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8074,7 +8074,7 @@
80748074
expressed by a call to \tcode{assume_aligned}
80758075
might result in generation of more efficient code.
80768076
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.
80788078
An implementation might only make the assumption
80798079
for those operations on \tcode{X} that access \tcode{X}
80808080
through the pointer returned by \tcode{assume_aligned}.

0 commit comments

Comments
 (0)