$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: AlisdairM (alisdair.meredith_at_[hidden])
Date: 2005-07-04 18:03:23
Bronek Kozicki wrote:
> And BTW, I thought that term "deprecated library features" is actually
> used by the C++ standard, has clear meaning,
Not exactly...
'deprecated' is used in the standard to describe certain language
features, such as implicit conversion of string literals to
array-of-non-const-char. However, the meaning is never clearly defined.
c.f. core issue 223
[and probably heading off-topic for Boost lists now]
-- AlisdairM