Boost logo

Boost :

Subject: Re: [boost] [TypeTraits] propose new callable-type call traits
From: Eric Niebler (eniebler_at_[hidden])
Date: 2014-01-12 00:24:17


On 1/11/2014 11:05 AM, Hui Li wrote:
> I've implemented a few traits classes (code attached below) that, for a given callable-type T, and a set of Args..., detects whether the function call T::operator()(Args...) would be
> (1) valid,
> (2) ambiguous, or
> (3) none is viable.
> where T is allowed to have arbitrary overloaded operator()'s.
<snip>

Just FYI:
https://svn.boost.org/trac/boost/ticket/3783

-- 
Eric Niebler
Boost.org
http://www.boost.org

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