Boost logo

Boost :

Subject: Re: [boost] Boost.Fiber review January 6-15
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2014-01-09 17:40:34


Le 09/01/14 23:25, Nat Goodspeed a écrit :
> On Thu, Jan 9, 2014 at 5:10 PM, Vicente J. Botet Escriba
> <vicente.botet_at_[hidden]> wrote:
>
>> Le 09/01/14 20:28, Oliver Kowalke a écrit :
>>> 2014/1/9 Vicente J. Botet Escriba <vicente.botet_at_[hidden]>
>> I don't see the problem with explicit conversion
>>
>> struct X {
>> explicit operator bool() {}
>> };
>>
>> struct Y {
>> explicit operator bool() {}
>> };
> Isn't that new in C++11? I'm pretty sure Oliver is trying hard to
> retain C++03 compatibility.
>
Then include both and let the use choose if he wants to have an
application portable to c++11 compiler only or to c++98 also.

Vicente


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