$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Valentin Bonnard (Bonnard.V_at_[hidden])
Date: 1999-08-04 01:30:19
I am sure that having a working X server is better than this
broken Sun X server, which sends random keypresses to Netscape.
> That strikes me as better than having a single type with
> exact/least/fast/etc types embedded. Not sure exactly why, but my
> gut feeling is it would extend better.
I am sure why a single type with typedef for ((least or fast) and
exact) strikes me as a bad idea: then you cannot do
integer_bits<value>::least
unless there is an integral type with exactly value bits, which
exactly against the purpose of least/fast.
-- Valentin Bonnard