
Beman Dawes wrote:
On Fri, Oct 11, 2013 at 11:32 PM, Michel Morin
wrote: Jonathan Wakely pointed out "Broken links to C++ standard papers" issue and attached a patch in #9212. ( https://svn.boost.org/trac/boost/ticket/9212 )
Though this patch is a large Boost-wide patch, it's very simple so I think someone can commit it to every library at once.
Makes sense. Is it possible to apply it separately to trunk and branches/release so that both get updated but we avoid the possibility that some of the trunk files aren't in a state where they can be merged into release?
I made separate patches for trunk and release, and attached to #9212. These patches do the same thing as Jonathan's patch (except that I excluded the modifications to PDF files). Diff viewer: [For trunk] https://svn.boost.org/trac/boost/attachment/ticket/9212/fix_urls_trunk.patch [For release] https://svn.boost.org/trac/boost/attachment/ticket/9212/fix_urls_release.pat... Download: [For trunk] https://svn.boost.org/trac/boost/raw-attachment/ticket/9212/fix_urls_trunk.p... [For release] https://svn.boost.org/trac/boost/raw-attachment/ticket/9212/fix_urls_release... Regards, Michel