$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-19 09:56:41
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