David Abrahams wrote: > Matthias Troyer writes: > > > Dear Boosters, > > > > Since some of the applications and libraries we plan on releasing soon > > rely on Boost features and bugfixes that are in the CVS but not in > > Boost 1.30.[012] I wonder what the plans are for the Boost 1.31.0 > > release? Since we would prefer to base our released software on a > > Boost release instead of a CVS snapshot I would be interested in > > hearing about the plans for a Boost 1.31 release > > As far as I know the CVS is in very good health at the moment. The > only major thing I know needs to be done is to complete the > documentation for the new iterator adaptors. I'd like to get that > over with soon, so it isn't hanging over our heads much longer.
There is still some work to be done on variant. In the next day or two, I plan to have "sugared up" recursive variant support such as the following: typedef boost::variant< int , std::vector< boost::recursive_variant > > my_variant; Also, Itay is continuing to work on the documentation and tests. I imagine we'll finish soon. Thanks, Eric _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost