$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-07-20 07:58:45
----- Original Message -----
From: "Peter Dimov" <pdimov_at_[hidden]>
> If you care for MSVC users and want to provide a good library, you make
sure
> that it's warning-free on -W4.
Which, fortunately, is reasonably easy. Some compilers (gcc 2.95.x) force
you to do some pretty hairy metaprogramming just to suppress certain
warnings.
-Dave