$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-02-18 01:07:21
Hector C wrote:
> Hi fellow boost fans,
>
> I cannot find the appropriate class to produce Unicode messages in
> boost::program_options::options_description. I'm looking for something like:
>
> woptions_description(const std::wstring &, unsigned =
> m_default_line_length);
The options_description class does not support unicode messages,
only parsing level does.
- Volodya