C++: Tidy up test stl.h a little.

This commit is contained in:
Geoffrey White
2020-09-18 10:45:27 +01:00
parent 47506a859e
commit e836bae20f

View File

@@ -128,7 +128,12 @@ namespace std
template<class charT, class traits, class Allocator> basic_string<charT, traits, Allocator> operator+(const basic_string<charT, traits, Allocator>& lhs, const charT* rhs);
typedef basic_string<char> string;
}
// --- istring / ostream / stringstream ---
namespace std
{
template <class charT, class traits = char_traits<charT> >
class basic_istream /*: virtual public basic_ios<charT,traits> - not needed for this test */ {
public: