Boost logo

Boost :

Subject: Re: [boost] [chrono] Compatibility issues with 1.44
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2010-08-10 03:27:38


----- Original Message -----
From: "vicente.botet" <vicente.botet_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Monday, August 09, 2010 6:07 PM
Subject: Re: [boost] [chrono] Compatibility issues with 1.44

>
> ----- Original Message -----
> From: "Lars Viklund" <zao_at_[hidden]>
> To: <boost_at_[hidden]>
> Sent: Monday, August 09, 2010 8:55 AM
> Subject: Re: [boost] [chrono] Compatibility issues with 1.44
>
>
>>
>> On Sat, Aug 07, 2010 at 04:09:07AM -0700, Vicente Botet Escriba wrote:
>>> I have made it compatible with older versions using the version to get rid
>>> of the Boost.System interface break.
>>>
>>> #if (BOOST_VERSION / 100 % 1000) < 44
>>> system::system_error( errno, system::system_category,
>>> "chrono::system_clock" ));
>>> #else
>>> system::system_error( errno, system::system_category(),
>>> "chrono::system_clock" ));
>>> #endif
>>
>> What is the policy of Boost version numbering, will there ever be a
>> Boost 2.xx release?
>> If so, your test would fail as you do not test the major version.
>
> Hi,
>
> I will take in consideration your issue,
>

Hi,

done on sandbox.

Thanks,
Vicente


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk