You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/code-quality/c26820.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ helpviewer_keywords: ["C26820"]
7
7
---
8
8
# C26820
9
9
10
-
> Assigning by value when a const-reference would suffice, use const T& instead (p.9).
10
+
> Assigning by value when a const-reference would suffice, use const auto& instead (p.9).
11
11
12
12
For more information, see [P.9: Don't waste time or space](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#p9-dont-waste-time-or-space) in the C++ Core Guidelines.
0 commit comments