
Beman Dawes schrieb:
Boost release 1.43.0 beta 1 is now available from SourceForge
See http://sourceforge.net/projects/boost/files/
There are two new libraries (Meta State Machine and Polygon) in this release, and lots of fixes and improvements to existing libraries.
For details of what's in the release, see http://beta.boost.org/users/news/version_1_44_0. 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.
I fail to compile most spirit testcases on gcc-4.5.1 i686-mingw32. The compiler overflows the stack. Manually increasing the size of the reserved stack to 9MB fixes the problem. Can anyone reproduce this problem? -Christopher