$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Mikhail Kubzin (mikhail.kubzin_at_[hidden])
Date: 2006-07-11 08:40:13
AFAIK, there is no a clean solution. I have seen discussions on this topic
in various places and it looks like the best way is either to write own
implementation which covers your specific case or use boost::variant
instead.
Cheers,
Mikhail