$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Reid Sweatman (borderland_at_[hidden])
Date: 2000-07-23 10:17:11
> 2 MSVC++ 6 SP3, the compiler we love to hate does not
> seem to allow initialisation of integral types within
> the class, as C++ Primer P 643 says should be allowed.
> however I am not sure if this is possible with a
> template anyway
That's a known bug in that compiler. Pretty well makes initialization lists
useless.
Reid Sweatman