$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [variant] newbie Q: cannot visit variant variable: "no matching function for call to apply_visitor ..."
From: Riccardo Murri (riccardo.murri_at_[hidden])
Date: 2010-06-06 06:25:48
On Fri, Jun 4, 2010 at 8:08 PM, Steven Watanabe <watanabesj_at_[hidden]> wrote:
> Riccardo Murri wrote:
>> I'm getting the following error when I try to compile the attached C++
>> source (repetitions of "boost::detail::variant::void_" omitted for
>> clarity)::
>
> A local class cannot be used as a template argument.
>
Thanks Steven!
Riccardo