$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [GSoC] [Boost.Hana] Formal review request
From: Roland Bock (rbock_at_[hidden])
Date: 2014-08-03 02:20:01
On 2014-08-02 23:32, pfultz2 wrote:
>> Really nice! But won't work with variadic templates, would it? Since I
>> cannot do something like
>>
>> template<typename... T, CONCEPT_REQUIRES_(BidirectionalIterator<T...>())>
> It will work for functions. Not for classes though.
Could you post an example? Is the concept check done in the return type
as with enable_if?