
19 Jul
2004
19 Jul
'04
2:56 p.m.
Rene Rivera wrote:
for broken compilers. Later, Pavel reported that this does not work with his version of borland. For unknown reason, changing std::mbstate_t to just mbstate_t fixes those failures. That's why program_options now has mbstate_t in global scope.
Yes. But did anyone try other non intrusive approaches?
Nope. The only thing I know for sure is that with "std::mbstate_t" borland generates vague errors and with "mbstate_t" it does not. Since the error does not happen with my version, I really can't try all the possibilities. - Volodya