7 Dec
2007
7 Dec
'07
5:35 p.m.
Hi Folks, What's wrong with the following simple approach: ---- Start code ---- using boost::lambda; int a[10] std::for_each(a, a+10, std::cout << _1); ---- End code ---- It doesn't compile. What am I missing here? Thanks, -- - Kobi