
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) Regards, Thomas

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
participants (2)
-
Joel de Guzman
-
Thomas Klimpel