Boost logo

Boost Users :

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

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net