Boost logo

Boost :

From: Marco Costalba (mcostalba_at_[hidden])
Date: 2008-06-06 13:42:18


On Fri, Jun 6, 2008 at 3:29 AM, Steven Watanabe <watanabesj_at_[hidden]> wrote:
>
> I've added a forward declaration.
>

You may need to add another one:

// N is the number of cases not including the default
template<int N>
struct range_switch_impl;

+template<class R>
+struct default_construct;
+
struct empty_set {
    template<class T>
    static char lookup(T);
};


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