This is the mail archive of the gcc-bugs@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: 'unsigned char *' does not seem to be a 'const _CharT *' in the 'std::basic_ostream::write' template



....because _CharT refers to ofstream::char_type, ie char, not unsigned char.

You need to use the formatted inserters, which are specialized for
unsigned char.

best,
benjamin


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