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 cd72741 commit 838908eCopy full SHA for 838908e
docs/code-quality/c26478.md
@@ -13,7 +13,7 @@ helpviewer_keywords: ["C26478"]
13
14
This warning is to indicate that the use of `std::move` not consistent with how `std::move` is intended to be used.
15
16
-`const` objects can't be moved, calling `std::move` on them has no effect. This pattern can result in unintended copies.
+Because `const` objects can't be moved, calling `std::move` on them has no effect. This pattern can result in unintended copies.
17
18
Code analysis name: `NO_MOVE_OP_ON_CONST`
19
0 commit comments