https://bugs.kde.org/show_bug.cgi?id=356755
Bug ID: 356755 Summary: detaching-member: don't warn when begin()/end() used in qSort Product: clazy Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: nyall.daw...@gmail.com CC: smart...@kde.org The following snippet shows a warning when using the detaching-member check: qSort( list.begin(), list..end(), valueLessThan ); There's no way of avoiding a detachment in this case, so ideally no warning would be shown. -- You are receiving this mail because: You are watching all bug changes.