Skip to content

Commit 6a76842

Browse files
timsong-cppzygoloid
authored andcommitted
[cpp.replace] Adjust footnote to clarify that conditionally-supported-directives are directives whether supported or not (#1045)
1 parent 8d08984 commit 6a76842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/preprocessor.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732
but comma preprocessing tokens between matching
733733
inner parentheses do not separate arguments.
734734
If there are sequences of preprocessing tokens within the list of
735-
arguments that would otherwise act as preprocessing directives,\footnote{Despite the name, a non-directive is a preprocessing directive.}
735+
arguments that would otherwise act as preprocessing directives,\footnote{A \grammarterm{conditionally-supported-directive} is a preprocessing directive regardless of whether the implementation supports it.}
736736
the behavior is undefined.
737737

738738
\pnum

0 commit comments

Comments
 (0)