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

Skip to content

Commit e836bae

Browse files
committed
C++: Tidy up test stl.h a little.
1 parent 47506a8 commit e836bae

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • cpp/ql/test/library-tests/dataflow/taint-tests

cpp/ql/test/library-tests/dataflow/taint-tests/stl.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,12 @@ namespace std
128128
template<class charT, class traits, class Allocator> basic_string<charT, traits, Allocator> operator+(const basic_string<charT, traits, Allocator>& lhs, const charT* rhs);
129129

130130
typedef basic_string<char> string;
131+
}
132+
133+
// --- istring / ostream / stringstream ---
131134

135+
namespace std
136+
{
132137
template <class charT, class traits = char_traits<charT> >
133138
class basic_istream /*: virtual public basic_ios<charT,traits> - not needed for this test */ {
134139
public:

0 commit comments

Comments
 (0)