Boost logo

Boost :

Subject: Re: [boost] Patch bonanza for VS2013 Preview support
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2013-07-01 19:44:06


[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-lack-of-qualifier-on-tie-finds-non-std-tie-by-adl
> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk