Boost release 1.54.0 beta 1 is now available from SourceForge See http://sourceforge.net/projects/boost/files/boost/1.54.0.beta.1/ This release contains 3 new libraries: • Log: Logging library, from Andrey Semashev. • TTI: Type Traits Introspection library, from Edward Diener. • Type Erasure: Runtime polymorphism based on concepts. and numerous enhancements and bug fixes for existing libraries. For details of what's in the release, see http://www.boost.org/users/history/version_1_54_0.html. Note that the links to files on this web page are for the final release - use the SourceForge link above to get the beta files. Please download the beta, give it a try, and report any problems you encounter. Thanks, -- The Boost Release Team
On Mon, Jun 3, 2013 at 9:10 AM, Marshall Clow
Boost release 1.54.0 beta 1 is now available from SourceForge
See http://sourceforge.net/projects/boost/files/boost/1.54.0.beta.1/
This release contains 3 new libraries: • Log: Logging library, from Andrey Semashev. • TTI: Type Traits Introspection library, from Edward Diener. • Type Erasure: Runtime polymorphism based on concepts.
and numerous enhancements and bug fixes for existing libraries.
For details of what's in the release, see http://www.boost.org/users/history/version_1_54_0.html. Note that the links to files on this web page are for the final release - use the SourceForge link above to get the beta files.
Please download the beta, give it a try, and report any problems you encounter.
Thanks,
-- The Boost Release Team
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
In addition, the windows binary installers are up on the sourceforge site as well. https://sourceforge.net/projects/boost/files/boost-binaries/1.54.0_beta1/ Since 1.54 will be the first release with binary installers in this format, please try them out and give any feedback ASAP. Each installer includes the binaries as well as the contents of the normal release, so you only need the particular installer for your version of visual studio, or if you have multiple you can easily stack them on top of each other. Tom
2013/6/3 Tom Kent
In addition, the windows binary installers are up on the sourceforge site as well. https://sourceforge.net/projects/boost/files/boost-binaries/1.54.0_beta1/
Since 1.54 will be the first release with binary installers in this format, please try them out and give any feedback ASAP.
Installer for msvc-11 x64 works well. Libraries link well, but I failed to run project (libraries were compiled with different flags than the project, project compiled with _ITERATOR_DEBUG_LEVEL=0). After recompiling boost libraries with _ITERATOR_DEBUG_LEVEL=0 everything is OK, project runs. -- Best regards, Antony Polukhin
participants (3)
-
Antony Polukhin
-
Marshall Clow
-
Tom Kent