$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2004-01-12 07:56:20
"John Maddock" <john_at_[hidden]> wrote
> I've modified the test program copyright to:
>
> // (C) Copyright Pavel Vozenilek 2004.
> // Use, modification and distribution are subject to the
> // Boost Software License, Version 1.0. (See accompanying file
> // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
>
> Is that OK?
>
Well, I am only messenger who repackaged the code from Robert and Rani.
Please include them in (c).
> There are no workarounds for broken compilers (I don't know what they
should
> be yet).
>
I would recommend no direct workarounds but macro
BOOST_NO_SUPPORT_FOR_DR337 (or something more
expressive). This can be checked by libraries as Serialization
who have option of fallback.
/Pavel