std::transform and boost::bind won't compileI found a way to avoid that function altogether, with the composition of two binds: [code]boost::bi...
std::transform and boost::bind won't compileHi, I'm trying to use boost::bind with a simple function to transform a vector, but I can't compile ...