
2011/9/10 Joel de Guzman <joel@boost-consulting.com>
On 9/9/2011 10:30 PM, TONGARI wrote:
2011/9/9 Daniel James <dnljms@gmail.com>
On 8 September 2011 01:00, Joel de Guzman <joel@boost-consulting.com> wrote:
I thought we agreed that we will no longer check in the generated docs? Why don't we start doing it as you suggested sometime ago (i.e. gen the docs regularly, place it somewhere we can link to, have a stub html that redirects to the online docs)?
Sorry, I didn't realise there was an agreement. I generated the fusion documentation and uploaded it to:
http://boost-sandbox.sourceforge.net/libs/fusion/doc/html/index.html
If it looks okay, I'll remove the fusion documentation from trunk and add a redirect.
Out of curious, why does algorithm like 'for_each' has metafunction but 'copy' doesn't? Though I need neither of them :P
Maybe you want copy_if ? Not sure about the semantics though. Is it simply: copy(filter_if<Pred>(c), dest) ? I'm not sure.
No. I meant there's result_of::for_each but no result_of::copy. BTW, it's time to close https://svn.boost.org/trac/boost/ticket/5760 ?