$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-11-12 09:51:42
Beman Dawes wrote:
> To insure Boost code works with various TR implementations, some
> Boost code will want to use the compiler vendor's version of the TR
> if the TR component required is available, but otherwise will want to use
> Boost
> equivalent code.
However, some Boost code might want to use the Boost version of the
component, even if one is provided in std::tr1; and we also need to keep in
mind that only some parts of std::tr1 may be missing. TR1-namespace-level
global solutions can't work.