This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]