$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [phoenix] typo in doc
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2011-04-08 14:45:56
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