$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2008-08-11 11:21:14
on Mon Aug 11 2008, "joel falcou" <joel.falcou-AT-u-psud.fr> wrote:
> Forgot what I just said. I got this working :
>
> http://codepad.org/mcY4K7Sf
>
> Do anyone see any blatant misses in this ?
Doesn't work for
struct me2
{
template <class T, class U>
struct result { typedef void type; };
};
or
struct me3
{
template <class T, class U = int>
struct result { typedef void type; };
};
FWIW.
-- Dave Abrahams BoostPro Computing http://www.boostpro.com