Release 1.60.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 one new library and numerous enhancements and bug fixes for existing libraries. New Libraries * VMD: Variadic Macro Data library, from Edward Diener For details, including download links, see http://www.boost.org/users/news/version_1.60.0 You can also download directly from SourceForge: http://sourceforge.net/projects/boost/files/boost/1.60.0/ Tom Kent has made pre-built windows binaries, and they are available at: https://sourceforge.net/projects/boost/files/boost-binaries/1.60.0/ To install this release on your system, see http://www.boost.org/doc/libs/release/more/getting_started/index.html Thanks, --The Boost release team Vladimir Prus Rene Rivera Marshall Clow Eric Niebler Daniel James Beman Dawes
Thx. However we got some differences compared to 1.57:
- iterator_range (see below)
- Boost.Variant. This use the strict checking as default now
- Boost.Log gives linker errors
iterator_range:
void f()
{
int a[2];
boost::iterator_range
Hello, On 17/12/15 21:00, Marshall Clow wrote:
Release 1.60.0 of the Boost C++ Libraries is now available.
I hit a compilation bug in the container library with GCC 4.4.7: https://svn.boost.org/trac/boost/ticket/11856 The ticket has now a patch attached and a GitHub PR. Could you please review the patch and consider adding it to the 1.60 release notes? Thanks, Gregor
On 23/12/2015 9:24, Gregor Jasny wrote:
Hello,
On 17/12/15 21:00, Marshall Clow wrote:
Release 1.60.0 of the Boost C++ Libraries is now available.
I hit a compilation bug in the container library with GCC 4.4.7: https://svn.boost.org/trac/boost/ticket/11856
The ticket has now a patch attached and a GitHub PR. Could you please review the patch and consider adding it to the 1.60 release notes?
Thanks Gregor, merged. I think we don't have enough runners with old GCCs, or I somehow missed them in the tables. And sorry for the delay, as recently I don't have much time to maintain the library, I hope to improve this next year. Obviously patches speed up things a lot ;-) Best, Ion
participants (4)
-
gast128
-
Gregor Jasny
-
Ion Gaztañaga
-
Marshall Clow