
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. This problem still seems to be present in boost 1.49. Wondering what happened to that fix. I can probably use the patch from that thread, but a real fix in boost would obviously be better. 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.

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

On Feb 29, 2012, at 5:05 PM, Michel Morin wrote:
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. […]
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? […]
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
Thanks! I like that patch better than what I came up with. And I'd forgotten about the github mirror.
participants (2)
-
Kim Barrett
-
Michel Morin