$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Fiber review January 6-15
From: Nat Goodspeed (nat_at_[hidden])
Date: 2014-01-09 17:25:16
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.