$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Ray (ray.jonathan.w_at_[hidden])
Date: 2006-06-02 16:09:45
Unsigned integers shouldn't exist. If the programmer wants to check
whether the number is greater than 0, or greater than 42, he can do it
himself a lot faster than a try{} catch{} block in terms of both
programming and runtime. Creating the extra datatype would add
completely unnecessary complexity to the situation. Unnecessary
complexity is the root of all evil.