$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-02-08 02:09:17
David Ward wrote:
> Boosters:
>
> In our embedded environment, we compile everything with -fno-exceptions.
> I'm getting errors
> in the new program_options library because it has naked throw calls in it.
> I did see a definition
> of boost::throw_exception and changed the naked throw calls to use that.
> That seems to work.
What do you mean by "work". That converts all error handling into abort()s,
no? Is that what you want?
And a side question, if you don't mind -- how do you use program_options in
embedded system? For reading config files?
- Volodya