Boost logo

Boost :

Subject: Re: [boost] [phoenix] typo in doc
From: Joel de Guzman (joel_at_[hidden])
Date: 2011-04-08 20:01:00


On 4/9/2011 2:45 AM, Thomas Klimpel wrote:
> In Table 1.7. Iteration Algorithms on
>
> <http://www.boost.org/doc/libs/1_46_1/libs/spirit/phoenix/doc/html/phoenix/algorithm.html>
>
> This first line of the table reads:
>
> for_each(r, c) for_each(begin(r), end(r), f)
>
> but I guess it should be:
>
> for_each(r, f) for_each(begin(r), end(r), f)

Fixed the qbk files for phx2 and phx3. I have not regenerated the
html files to avoid swamping SVN.

Regards,

-- 
Joel de Guzman
http://www.boostpro.com
http://boost-spirit.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk