Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c478c5

Browse files
Robert MarshRobert Marsh
authored andcommitted
C++: add some more tests for ExecTainted
1 parent 562c8b9 commit 9c478c5

3 files changed

Lines changed: 258 additions & 2 deletions

File tree

cpp/ql/test/include/string.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ namespace std
7777

7878
template<class charT, class traits, class Allocator> basic_string<charT, traits, Allocator> operator+(const basic_string<charT, traits, Allocator>& lhs, const basic_string<charT, traits, Allocator>& rhs);
7979
template<class charT, class traits, class Allocator> basic_string<charT, traits, Allocator> operator+(const basic_string<charT, traits, Allocator>& lhs, const charT* rhs);
80+
template<class charT, class traits, class Allocator> basic_string<charT, traits, Allocator> operator+(const charT* lhs, const basic_string<charT, traits, Allocator>& rhs);
8081

8182
typedef basic_string<char> string;
8283
}

0 commit comments

Comments
 (0)