Skip to content

Commit 594d960

Browse files
Eisenwavetkoeppe
authored andcommitted
Fixup merge/reword "two kinds of implementations" wording from [library] into [intro.compliance]
1 parent 9126d4d commit 594d960

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

source/intro.tex

+8-9
Original file line numberDiff line numberDiff line change
@@ -833,18 +833,17 @@
833833
\indextext{conformance requirements!library|)}
834834

835835
\pnum
836-
An implementation is either a
837-
\defnadj{hosted}{implementation} or a
838-
\defnadj{freestanding}{implementation}.
839-
A freestanding
840-
implementation is one in which execution may take place without the benefit of
841-
an operating system.
842-
A hosted implementation
843-
supports all the facilities described in this document, while
844-
a freestanding implementation
836+
A \defnadj{freestanding}{implementation}
837+
is one in which execution may take place
838+
without the benefit of an operating system.
839+
A \defnadj{hosted}{implementation}
840+
supports all the facilities described in this document,
841+
while a freestanding implementation
845842
supports the entire \Cpp{} language
846843
described in \ref{lex} through \ref{\lastcorechapter} and
847844
the subset of the library facilities described in \ref{compliance}.
845+
It is \impldef{whether the implementation is hosted or freestanding}
846+
whether the implementation is hosted or freestanding.
848847

849848
\pnum
850849
It is

source/lib-intro.tex

+2-7
Original file line numberDiff line numberDiff line change
@@ -1579,13 +1579,8 @@
15791579
\indextext{implementation!freestanding|(}%
15801580

15811581
\pnum
1582-
Two kinds of implementations are defined:
1583-
\indextext{implementation!hosted}%
1584-
hosted and freestanding\iref{intro.compliance};
1585-
the kind of the implementation is
1586-
\impldef{whether the implementation is hosted or freestanding}.
1587-
For a hosted implementation, this document
1588-
describes the set of available headers.
1582+
For a hosted implementation,
1583+
this document describes the set of available headers.
15891584

15901585
\pnum
15911586
A freestanding implementation has an

0 commit comments

Comments
 (0)