Why my VS2010 can\'t compile this code:
#include #include int main() { std::vector vec; std::bind(&std::
It should propably lok like this:
std::vector vec; std::tr1::bind(&std::vector::push_back, std::tr1::ref(vec), _1)(1);