RE: [Boost-Users] boost lambda examples
3 Sep
2003
3 Sep
'03
11:19 a.m.
From: paulgrenyer [mailto:pjgrenyer@iee.org] Subject: [Boost-Users] boost lambda examples
for_each( v.begin(), v.end(), cout << *_1 << '\n' );
I get the following errors: That only makes sense with vector
... as per the example, from memory... I think you meant vp.begin() etc.
Cheers, Matt.
7755
Age (days ago)
7755
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hurd, Matthew