[release] Boost 1.65.0
Release 1.65.0 of the Boost C++ Libraries is now available. These open-source libraries work well with the C++ Standard Library, and are usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. This release contains two new libraries and numerous enhancements and bug fixes for existing libraries. For details, including download links, see http://www.boost.org/users/history/version_1_65_0.html You can also download directly from: https://dl.bintray.com/boostorg/release/1.65.0/ To install this release on your system, see http://www.boost.org/doc/libs/release/more/getting_started/index.html Thanks to everyone who participated in this release. Thanks, -- The Boost Release Team Vladimir Prus, Rene Rivera, Marshall Clow, Eric Niebler, Daniel James, Beman Dawes
On 8/21/17 13:52, Daniel James via Boost wrote:
Release 1.65.0 of the Boost C++ Libraries is now available.
<snip>
Thanks to everyone who participated in this release.
Thanks,
-- The Boost Release Team
Vladimir Prus, Rene Rivera, Marshall Clow, Eric Niebler, Daniel James, Beman Dawes
Thank you to the release managers and library maintainers for the effort that went into this release! -- Michael Caisse Ciere Consulting ciere.com
On 08/22/17 00:20, Michael Caisse via Boost wrote:
On 8/21/17 13:52, Daniel James via Boost wrote:
Release 1.65.0 of the Boost C++ Libraries is now available.
<snip>
Thanks to everyone who participated in this release.
Thanks,
-- The Boost Release Team
Vladimir Prus, Rene Rivera, Marshall Clow, Eric Niebler, Daniel James, Beman Dawes
Thank you to the release managers and library maintainers for the effort that went into this release!
+1. This one surely was more difficult to ship than others.
On Mon, Aug 21, 2017 at 10:52 PM, Daniel James via Boost < boost@lists.boost.org> wrote:
Release 1.65.0 of the Boost C++ Libraries is now available.
Great. Thanks to all, especially Boost contributors and release managers.
This release contains two new libraries
I'll unfortunately be locked on 1.64 for a while... Is it possible to easily add the two new libraries (PolyCollection and Stacktrace) to an existing 1.64 install? PolyCollection is header-only, so I suppose that's trivial, right? What about Stacktrace, which I doubt is header-only? Thanks for any advise regarding this. --DD
El 22/08/2017 a las 12:32, Dominique Devienne via Boost escribió:
On Mon, Aug 21, 2017 at 10:52 PM, Daniel James via Boost < boost@lists.boost.org> wrote:
This release contains two new libraries I'll unfortunately be locked on 1.64 for a while...
Is it possible to easily add the two new libraries (PolyCollection and Stacktrace) to an existing 1.64 install?
PolyCollection is header-only, so I suppose that's trivial, right?
Correct. Drop include/boost/poly_collection onto your local Boost copy (or add the include to your path) and you should be done. Please report if you find problems. Joaquín M López Muñoz
participants (6)
-
Andrey Semashev
-
Daniel James
-
Dominique Devienne
-
Ion Gaztañaga
-
Joaquin M López Muñoz
-
Michael Caisse