$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-04-06 04:45:46
> Or does none of it really make a difference?
As things stand probably not: the code that you're looking at there is only
used by compilers which
* do not support partial specialisation.
* and are not MSVC.
Are there any compilers still left in that category any more? Certainly
none that we test with.
John.