$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [boost::mpl][boost::variant]
From: Naveen Santhanam (naveen_at_[hidden])
Date: 2009-03-04 18:25:27
Hello,
I can't get the attached example to compile, using MS VC 8.0 and
boost_1_35_0, when I uncomment the comment lines in the code. Can some
one help me in finding what's wrong?
A brief description: The code contains a class that has a variant as a
member and a visitor that creates types of the variant.
Thanks in advance