We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8d94d commit 3afe934Copy full SHA for 3afe934
cpp/ql/src/semmle/code/cpp/models/implementations/Swap.qll
@@ -9,7 +9,7 @@ import semmle.code.cpp.models.interfaces.Alias
9
* ```
10
*/
11
private class Swap extends DataFlowFunction {
12
- Swap() { this.hasQualifiedName("std", "swap") }
+ Swap() { this.hasQualifiedName(["std", "bsl"], "swap") }
13
14
override predicate hasDataFlow(FunctionInput input, FunctionOutput output) {
15
input.isParameterDeref(0) and
0 commit comments