Skip to content

Commit c256c87

Browse files
authored
Update cpp/ql/lib/semmle/code/cpp/models/implementations/Iterator.qll
1 parent 281212a commit c256c87

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/lib/semmle/code/cpp/models/implementations

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/models/implementations/Iterator.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private class StdReverseIterator extends Iterator, Class {
9393
}
9494

9595
private class StdIstreamBufIterator extends Iterator, Class {
96-
StdIstreamBufIterator() { this.hasQualifiedName(["std", "bsl"], ["istreambuf_iterator"]) }
96+
StdIstreamBufIterator() { this.hasQualifiedName(["std", "bsl"], "istreambuf_iterator") }
9797

9898
override Type getValueType() { result = this.getTemplateArgument(1).(Type).getUnderlyingType() }
9999
}

0 commit comments

Comments
 (0)