Hello Volodya,

> 1. C2668: 'boost::bind' : ambiguous call to overloaded function

See https://svn.boost.org/trac/boost/changeset/53700

It turned out this one not only fixes 1., but contains pointers for issues 2. and 3. as well:

2. - I had to #include <iterator>, and then also explicitly quality bind to boost::bind on the same line. Problem solved.
3. - It's a bug with a MS Connect report linked there. Problem "solved" :-)

Thank you!
Boris