[RFC] So, which is the correct type of _M_*_end - _M_*_cur?

Paolo Carlini pcarlini@unitus.it
Tue Apr 29 20:04:00 GMT 2003


Paolo Carlini wrote:

> But what about off_type, which is (for the accidental list reader ;) 

Well, for the benefit of an actual accidental reader, I
should have posted, in full:

  template<typename _CharT, typename _Traits>
    class basic_streambuf
    {
    public:
      typedef _Traits                         traits_type;
      typedef typename traits_type::off_type  off_type;

Thanks,
Paolo.





More information about the Libstdc++ mailing list