23 Oct 14:54
[1.37.0 beta] Beta release available on SourceForge
From: Beman Dawes <bdawes <at> acm.org>
Subject: [1.37.0 beta] Beta release available on SourceForge
Newsgroups: gmane.comp.lib.boost.announce
Date: 2008-10-23 12:55:15 GMT
Subject: [1.37.0 beta] Beta release available on SourceForge
Newsgroups: gmane.comp.lib.boost.announce
Date: 2008-10-23 12:55:15 GMT
1.37.0 beta 1 is available on SourceForge. See http://tinyurl.com/674rcl There is one known bug in the beta; the Getting Started Guide release number is still shown as 1.36.0. That will be fixed in the final release. There is one new library (Proto) in the release and numerous bug fixes and updates to existing libraries. The beta period will be approximately ten days. Please post bug reports to either the boost developer or user lists, but also let us hear about success stories too! Many thanks to Eric Niebler, Daniel James, Rene Rivera, Marshall Clow, the testers, and all the others who helped to get this beta release together. --Beman Dawes _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-announce
, boost.threads, boost.asio, boost.bind, and smart
pointers. I have so far run into *no major* difficulties, but will of
course report issues as they arise.
***
A small, but from my point of view still significant, nuisance is that bug
report 2091 doesn't appear to have been fixed, although it is easy to cure
with a change of
typedef dst_adjustment_offsets<time_duration_type> dst_adjustment_offsets;
to
typedef boost::date_time::dst_adjustment_offsets<time_duration_type>
dst_adjustment_offsets;
in line 161 of <BOOSTROOT>/boost/date_time/tz_db_base.hpp .
Alternatively it is possible to rename the typedef in line 161 and in the 2
or so subsequent occurances.
***
In the absence of this fix, I need to patch Boost on many recent Linux
patforms (at least a current Debian Lenny and OpenSUSE 11, but likely
others as well, if they have a g++ 4.3.x Compiler).
RSS Feed