Subject: [boost] [phoenix] typo in docs
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2010-02-25 08:35:16


In algorithms doc:

for_each(r, c) << Shouldn't that say 'foreach(r, f)' to match this:

for_each(begin(r), end(r), f)