12 Jan
2014
12 Jan
'14
5:24 a.m.
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