$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jm_at_[hidden])
Date: 2003-05-07 06:06:23
> On a side note, on conforming compilers the need for out-of-class constant
> definitions can be greatly reduced if you wrap the constants in MPL's
> 'bool_', 'int_' et al. classes, e.g. this:
Except that older EDG compilers (still in use by SGI and the likes) choke if
you use a "computed value" as a template parameter like that :-(
John.