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/c26444.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Unnamed temporary objects with nontrivial behavior may point to either (a) ineff
18
18
## Remarks
19
19
20
20
- This rule detects types with nontrivial destructors. Keep in mind that destructors can be compiler generated.
21
-
- The warning can flag code that invokes either a nontrivial constructor of a RAII type.
21
+
- The warning can flag code that invokes a nontrivial constructor of a RAII type.
22
22
- The logic skips temporaries if they're used in higher-level expressions. One example is temporaries that are passed as arguments or used to invoke a function.
0 commit comments