We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca9afd commit 756808bCopy full SHA for 756808b
source/preprocessor.tex
@@ -941,12 +941,12 @@
941
\end{example}
942
943
\pnum
944
-The \tcode{\#embed} directive is replaced by a comma-delimited list of integer
+The \tcode{\#embed} directive is replaced by a comma-separated list of integer
945
literals of type \tcode{int}, unless otherwise modified by embed
946
parameters\iref{cpp.embed.param}.
947
948
949
-The integer literals in the comma-delimited list correspond to
+The integer literals in the comma-separated list correspond to
950
resource-count consecutive calls to \tcode{std::fgetc}\iref{cstdio.syn}
951
from the resource, as a binary file.
952
If any call to \tcode{std::fgetc} returns \tcode{EOF}, the program is
0 commit comments