[1.52.0] Beta1 release available
Boost release 1.52.0 beta 1 is now available from SourceForge See https://sourceforge.net/projects/boost/files/boost/1.52.0.beta.1/ This release contains 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_52_0.html. Please download the beta, give it a try, and report any problems you encounter. Thanks, -- The Boost Release Team
On Tue, Oct 9, 2012 at 3:55 PM, Daniel James
Boost release 1.52.0 beta 1 is now available from SourceForge
See https://sourceforge.net/projects/boost/files/boost/1.52.0.beta.1/
This release contains 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_52_0.html.
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
This seems to still have the same problem building with VC11 that was found in 1.51. http://lists.boost.org/Archives/boost/2012/08/195729.php I can send my build logs as well, but they are the same what can be found in that archive thread. In addition, the signals unit tests are passing VC11 on the trunk tests. This either indicates that this is already fixed on trunk or that the tests only test the header functionality. Tom
AMDG On 10/11/2012 06:40 AM, Tom Kent wrote:
This seems to still have the same problem building with VC11 that was found in 1.51. http://lists.boost.org/Archives/boost/2012/08/195729.php
The fix has been stable in the trunk for a while. I just merged it to the release branch, so it should be in the final release.
I can send my build logs as well, but they are the same what can be found in that archive thread.
In addition, the signals unit tests are passing VC11 on the trunk tests. This either indicates that this is already fixed on trunk or that the tests only test the header functionality.
The error only appears when building libboost_signals as a dll. The tests pass because they only use the static library. In Christ, Steven Watanabe
participants (3)
-
Daniel James
-
Steven Watanabe
-
Tom Kent