Subject: Re: [boost] [system] Would it be possible to trial a breaking change to Boost.System and see what happens?
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2018-01-20 04:27:20


On Fri, Jan 19, 2018 at 10:05 AM, Niall Douglas via Boost
<boost_at_[hidden]> wrote:
> What do you think of my proposed fix Vinnie, so the boolean conversion
> would ask the category whether the code means success or failure? That
> means a virtual function call being added in where there is none currently.

I don't have strong feelings about it either way but my default
position is "don't mess with it." Especially with the issues caused by
shared libraries that provide error categories.

Thanks