
6 Jun
2008
6 Jun
'08
5:42 p.m.
On Fri, Jun 6, 2008 at 3:29 AM, Steven Watanabe <watanabesj@gmail.com> 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); };