$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: James S. Adelman (j.adelman_at_[hidden])
Date: 2002-04-16 06:11:54
On Tuesday 16 April 2002 11:09 am, Alan Bellingham wrote:
> j.adelman_at_[hidden]:
> >Why is that a problem? It is permitted and
> >unambiguous, no more problematic than using long
> >to mean long int.
>
> You mean 'signed long int'?
>
> <grin>
Yes and no. The name of the fundamental type is "long int" and "signed long
int" is merely a simple-type-specifier which specifies the type "long int".
In constrast "unsigned int" is a fundamental type, for which one of the
simple-type-specifiers is "unsigned". See 3.9.2 [2] and 7.1.5.2 [1; Table 1].
James Adelman