2
votes
3answers
1k views
How do I use std::tr1::mem_fun in Visual Studio 2008 SP1?
The VS2008 SP1 documentation talks about std::tr1::mem_fun.
So why, when I try and use std::tr1::mem_fun, why do I get this compile error?:
'mem_fun' : is not a member of 'std::tr1'
At the same …
