$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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);
};