We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281212a commit c256c87Copy full SHA for c256c87
cpp/ql/lib/semmle/code/cpp/models/implementations/Iterator.qll
@@ -93,7 +93,7 @@ private class StdReverseIterator extends Iterator, Class {
93
}
94
95
private class StdIstreamBufIterator extends Iterator, Class {
96
- StdIstreamBufIterator() { this.hasQualifiedName(["std", "bsl"], ["istreambuf_iterator"]) }
+ StdIstreamBufIterator() { this.hasQualifiedName(["std", "bsl"], "istreambuf_iterator") }
97
98
override Type getValueType() { result = this.getTemplateArgument(1).(Type).getUnderlyingType() }
99
0 commit comments