mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
C++: StdSet should be private as well.
This commit is contained in:
@@ -8,7 +8,7 @@ import semmle.code.cpp.models.interfaces.Iterator
|
||||
/**
|
||||
* An instantiation of `std::set` or `std::unordered_set`.
|
||||
*/
|
||||
class StdSet extends ClassTemplateInstantiation {
|
||||
private class StdSet extends ClassTemplateInstantiation {
|
||||
StdSet() { this.hasQualifiedName(["std", "bsl"], ["set", "unordered_set"]) }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user