$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-05-28 07:05:17
>I think Dean's right from a stylistic point-of-view. Still, as a QOI issue
>we ought to support BOOST_STATIC_ASSERT(sizeof(T)).
static assert now casts to bool, so any integral constant expression will
do, provided of course that the compiler is able to handle integral
constant expressions correctly....
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/