mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Update cpp/ql/lib/semmle/code/cpp/models/implementations/Iterator.qll
This commit is contained in:
committed by
GitHub
parent
281212a22c
commit
c256c87a7e
@@ -93,7 +93,7 @@ private class StdReverseIterator extends Iterator, Class {
|
||||
}
|
||||
|
||||
private class StdIstreamBufIterator extends Iterator, Class {
|
||||
StdIstreamBufIterator() { this.hasQualifiedName(["std", "bsl"], ["istreambuf_iterator"]) }
|
||||
StdIstreamBufIterator() { this.hasQualifiedName(["std", "bsl"], "istreambuf_iterator") }
|
||||
|
||||
override Type getValueType() { result = this.getTemplateArgument(1).(Type).getUnderlyingType() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user