This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [libstdc++] Don't access fpos_t.__state on uClibc w/o wchar support


Gabriel Dos Reis wrote:
> | This won't work because fpos<mbstate_t> is also used for narrow streams.
> 
> then we've get a design problem then.

This is required by the standard (char_traits<char>::pos_type is
streampos which is fpos<mbstate_t>), so there is not much that can
be done about it.

Petur


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