Skip to content

Commit 17d474d

Browse files
authored
Acrolinx fix
1 parent b578047 commit 17d474d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6395.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ helpviewer_keywords: ["C6395"]
1111
1212
## Remarks
1313

14-
C++17 made the evaluation order of certain expressions stricter. MSVC complied, which changed the evaluation order for some expressions. Thus, changing the language version may change the observable behavior of the program. This check diagnoses some of the cases where the meaning of the code changes due to switching language versions.
14+
C++17 made the evaluation order of certain expressions stricter. MSVC complied, which changed the evaluation order for some expressions. Thus, changing the language version might change the observable behavior of the program. This check diagnoses some of the cases where the meaning of the code changes due to switching language versions.
1515

1616
Code analysis name: `EVAL_ORDER_CHANGE`
1717

0 commit comments

Comments
 (0)