$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Cannot use Boost.Croutines with range based for
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2014-08-27 11:15:35
2014-08-27 12:57 GMT+02:00 Mueller-Roemer, Johannes Sebastian <
Johannes.Sebastian.Mueller-Roemer_at_[hidden]>:
> Hi,
>
>
>
> I am (again) having issues with the Boost.Coroutines library. Aside from
> yet another new API, the coroutines no longer work with range based for.
> Even though the examples include range based for! With the following code
> (taken directly from the documentation and added the includes and main):
>
example/cpp11/asymmetric/fibonacci compiles with gcc-4.8.1 and clang-3.4.1
without problems