
Kim Barrett wrote:
This thread http://lists.boost.org/boost-users/2011/06/68641.php
mentions a problem encountered with boost::list_of with C++11 features. It was reported against boost 1.46, and Thorsten said in that thread that a fix was being developed and "should be there soon". It was mentioned in that thread that it was probably already too late for boost 1.47.
I attached a patch in the ticket, but the patch is not committed yet. https://svn.boost.org/trac/boost/ticket/5419
BTW, what happened to web-based svn browsing of the boost repository? That used to be available (there was a link on the downloads page), but seems to have disappeared. There doesn't seem to be an easy way for a casual observer like me to look at history to see if there's been any possibly relevant changes.
Source code browsing functionality was disabled to improve the performance of trac. For the trunk, you can browse the code (with history) at the git's mirror repository https://github.com/ryppl/boost-svn Regards, Michel