$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2003-01-07 19:13:43
----- Original Message -----
From: "Paul Mensonides" <pmenso57_at_[hidden]>
> Just my 2 cents.
Make that 3 cents...
In summary, enumerations are distinct types and therefore can interfere with
the rest of the language. Particularly, constant expressions, overloading,
operator overloading, template type deduction, etc.. Personally, I think
that is a strong case *against* using enumerations.
Paul Mensonides