Skip to content

Commit 531b989

Browse files
Update src/content/docs/cpp/language/preprocessor.mdx
Co-authored-by: A. Jiang <de34@live.cn>
1 parent ad67223 commit 531b989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cpp/language/preprocessor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The preprocessor has the source file translation capabilities:
4141

4242
The following aspects of the preprocessor can be controlled:
4343

44-
* **<DocLink src="/cpp/preprocessor/impl">implementation-defined</DocLink>** behavior (controlled by directive `#pragma` <Revision since="C++11">and operator `_Pragma` </Revision>). In addition, some compilers support (to varying degrees) the operator `__pragma` as a *non-standard* extension.
44+
* **<DocLink src="/cpp/preprocessor/impl">implementation-defined</DocLink>** behavior (controlled by directive `#pragma` <Revision since="C++11">and operator `_Pragma` </Revision>). In addition, some compilers support (to varying degrees) the operator `__pragma` as an extension.
4545
* **<DocLink src="/cpp/preprocessor/line">file name and line information</DocLink>** available to the preprocessor (controlled by directive `#line`).
4646

4747
## Defect reports

0 commit comments

Comments
 (0)