$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [1.44] Beta release candidate available
From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2010-08-03 12:49:19
On Aug 3, 2010, at 7:19 AM, Beman Dawes wrote:
> Release candidate files for the 1.44.0 beta are available at
> http://boost.cowic.de/rc/
>
> As always, the release managers appreciate it if you download the
> candidate of your choice and give it a try. Report both success and
> failure.
Built just fine on Mac OS X 10.6.4 using the "darwin" toolset.
$ g++ --version
i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)
No errors, 34 warnings.
-- Marshall