$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2002-01-02 06:46:17
>Apologies if this is a dead horse, but what makes an enumeration a
>compound type? Being convertible to and from int makes it seem pretty
>scalar to me.
See 3.9.2: enumeration types are listed as compound types. They are also
scalar types (see 3p10).
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/