Skip to content

M9-3-3: Exclude deleted member functions #413

Closed
@lcartey

Description

@lcartey

Affected rules

  • M9-3-3

Description

Deleted member functions should not be reported by this rule.

Example

class X{
 void foo(int) = delete; // here
};

Metadata

Metadata

Assignees

Labels

Difficulty-LowA false positive or false negative report which is expected to take <1 day effort to addressImpact-Mediumfalse positive/false negativeAn issue related to observed false positives or false negatives.user-reportIssue reported by an end user of CodeQL Coding Standards

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions