$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-08-08 18:49:47
AMDG
peter_foelsche_at_[hidden] wrote:
> I'm trying to create a type of argument which can occur in the language skill. What do you think? Any other suggestions?
>
>
> #include <boost/variant.hpp>
> #include <vector>
> #include <boost/shared_ptr.hpp>
>
>
> struct CSkillType:boost::variant<int, double, char, std::string, boost::shared_ptr<std::vector<struct CSkillType> > >
> {
> };
>
In Christ,
Steven Watanabe