Programmer_blabla
Ok thank you, I will post this on microsoft.public.vc.language.
About the other thing, I originally thinked about that. But what to specifiy, using the typedef's won't work either (see below):
int i; boost::tuple<int> data(27);
i = boost::tuples::get<0, boost::tuple<int>::head_type, boost::tuple<int>::tail_type>(data); //ok i = boost::bind(&boost::tuples::get<0, boost::tuple<int>::head_type, boost::tuple<int>::tail_type>, _1)(data); //error <snip>
Yes, I see, there's ambiguity as to whether this means
template
Hi Everybody, Can somebody help me figuring out how can i use boost::ref library with STL algorithms etc. Any simple example would be helpful and appreciable. Thanks, Anil DISCLAIMER: This email is bound by the terms and conditions described at http://www.subexgroup.com/mail-disclaimer.htm
participants (2)
-
Anil Kumar
-
Ben Hutchings