$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Giovanni Bajo (giovannibajo_at_[hidden])
Date: 2002-04-23 10:29:36
> We already solved this one over there Andrei! Maybe you didn't see it.
It
> relies on the template 'type deduction' failing. I came up with an
is_enum
> because I didn't know that one existed here at Boost at the time.
Is there a way to detect if TYPE::something exists and is an enumerated
value, where TYPE is a template parameter? I thought of it for a while but I
can't see a way to do it.
Giovanni Bajo