1 Jul
2013
1 Jul
'13
11:44 p.m.
[Lars Viklund]
std::bind broken with boost/tuple/tuple.hpp or anything else providing a ADL tie https://connect.microsoft.com/VisualStudio/feedback/details/792163/std-bind-... Not our fault, I filed a bug on Connect and am hoping that they'll notice it before RTM. 'std::bind' finds our 'tie' if a type from a boost namespace is used in the 'std::function' argument type list.
I've assigned this bug to myself; fixing it should be trivial. We try to be really careful about slapping _STD (our macro for ::std::) on everything, but we missed this one. Thanks, STL