
9 Apr
2011
9 Apr
'11
12:01 a.m.
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