Boost 1.37.0 Release Notice

Boost 1.37.0 has been released and is available from SourceForge. See http://sourceforge.net/projects/boost/ This release includes one new library: Proto: Expression template library and compiler construction toolkit for domain-specific embedded languages, from Eric Niebler. Updated libraries include Asio, Circular Buffer, Dynamic Bitset, Hash, Interprocess, Intrusive, Math Type, Traits, and Unordered. The release managers were Beman Dawes, Daniel James, Eric Niebler, and Rene Rivera. The web site should be updated soon to reflect the new release. If you can't wait, see http://beta.boost.org now! --Beman Dawes

----- Original Message ----- From: "Beman Dawes" <bdawes@acm.org> To: "Boost developers list" <boost@lists.boost.org>; "Boost users list" <boost-users@lists.boost.org>; "Boost announce list" <boost-announce@lists.boost.org> Sent: Monday, November 03, 2008 1:26 PM Subject: [boost] Boost 1.37.0 Release Notice
Boost 1.37.0 has been released and is available from SourceForge. See http://sourceforge.net/projects/boost/
Hi, I see some updates on the following libraries that are not explicit in the http://www.boost.org/users/news/version_1_37_0 page. Some of them could have minor modifications, but it will be good if the authors could confirm its changes completing this page. Config Conversion.LexicalCast Exception Filesystem Foreach Function Graph Iterator MultiIndex Pool Random Regex Serialization Spirit Test Thread TR1 IMO it will be interesting to add the list of bugs that are solved on this release as well. Maybe for the 1.38 release? Thanks, Vicente

On Mon, Nov 3, 2008 at 9:00 AM, vicente.botet <vicente.botet@wanadoo.fr> wrote:
----- Original Message ----- From: "Beman Dawes" <bdawes@acm.org>
Boost 1.37.0 has been released and is available from SourceForge. See http://sourceforge.net/projects/boost/ I see some updates on the following libraries that are not explicit in the http://www.boost.org/users/news/version_1_37_0 page. Some of them could have minor modifications, but it will be good if the authors could confirm its changes completing this page.
... Exception ...
I'm guessing that it's too late to update the page itself but FYI, changes in Boost Exception include: - support for non-RTTI builds, - optimizations, and - a new macro BOOST_THROW_EXCEPTION which can be used instead of boost::throw_exception when throwing, to automatically record information about the location of the throw in the exception object. Emil Dotchevski Reverge Studios, Inc. http://www.revergestudios.com/reblog/index.php?n=ReCode

2008/11/3 Emil Dotchevski <emil@revergestudios.com>:
I'm guessing that it's too late to update the page itself but FYI, changes in Boost Exception include:
- support for non-RTTI builds, - optimizations, and - a new macro BOOST_THROW_EXCEPTION which can be used instead of boost::throw_exception when throwing, to automatically record information about the location of the throw in the exception object.
It's not too late, I'll update it in a minute or two. Daniel

Beman Dawes wrote:
Boost 1.37.0 has been released and is available from SourceForge. See http://sourceforge.net/projects/boost/
Congrats all, and thanks, Beman. -- Eric Niebler BoostPro Computing http://www.boostpro.com

on Mon Nov 03 2008, Eric Niebler <eric-AT-boost-consulting.com> wrote:
Beman Dawes wrote:
Boost 1.37.0 has been released and is available from SourceForge. See http://sourceforge.net/projects/boost/
Congrats all, and thanks, Beman.
And also thanks to Eric and Rene, the other release managers. -- Dave Abrahams BoostPro Computing http://www.boostpro.com
participants (6)
-
Beman Dawes
-
Daniel James
-
David Abrahams
-
Emil Dotchevski
-
Eric Niebler
-
vicente.botet