Update for non-conformal (older) compilers

This commit is contained in:
ehofman
2004-03-12 08:59:12 +00:00
parent f6c9af488b
commit 4362eb79e6

View File

@@ -141,7 +141,11 @@ public:
protected:
virtual int_type underflow();
#ifndef SG_HAVE_STD_INCLUDES
virtual int_type overflow( int_type c = traits_type::eof() );
#else
virtual int_type overflow( int_type c = streambuf::traits_type::eof() );
#endif
private: