Subject: Re: [boost] [interprocess] why not use boost/system/error_code?
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2010-11-25 03:49:33


On 25/11/2010 6:39, Christian Holmquist wrote:
> Hi,
>
> Is there any reason to have an own error code wrapper in
> boost::interprocess/errors.hpp, instead of using boost::system::error_code?

Because interprocess was developed before system. There is plan to adapt
it in the future, but we need to maintain some backwards compatibility.

Best,

Ion