7 Aug
2002
7 Aug
'02
3:51 p.m.
"kthomases"
for_each(my_map.begin(), my_map.end(), boost::bind(&Point::Reset, _1));
Does this bound function actually select the pair's "second" member to call the function on? It looks at though it will fail to compile, expecting the applied first argument to be convertible to the UDT Point. -- Steven E. Harris :: seharris@raytheon.com Raytheon :: http://www.raytheon.com