$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-10-27 03:04:51
> is there any way i can restrict the compiler to accept only few type
> names for my templated class (i.e., using standard c++ or boost)
I believe boost::enable_if is used for this purpose.
Gennadiy