$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2007-09-06 10:02:44
Marco Costalba wrote:
> What I would need is an implementation of the following algorithm:
>
> foreach(f in Set)
> if ( "f(v1,v2,..,vk)" is compilable )
> return f;
function_traits, SFINAE, and verbose meta-programming.