$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-03-25 11:53:49
From: "Markus Schöpflin" <markus.schoepflin_at_[hidden]>
> Doug, Peter, thanks for your answer!
>
> Just for the records, the following program compiles and executes ok with
MSVC6SP5. (Note the use of constants.)
This is a MSVC 6 specific extension; constants have type 'const int' on MSVC
6, plain 'int' in standard C++.