$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Weed (chrisweed_at_[hidden])
Date: 2006-05-03 15:33:21
Hi,
Is there a way to do something like
is_variant<T>::value
to determine if my type T is a variant type?
Chris