
19 Nov
2013
19 Nov
'13
10:47 p.m.
[Marcel Raad]
slot<F>(const F &f) slot
(const BindArgs &...args) MSVC12 always chooses the variadic constructor
[STL]
Wow, that's a bug. I've filed DevDiv#807268 "meow(const T&) should be considered to be more specialized than meow(const Args&...)" in our internal database with a reduced repro
This has been fixed for the next major version of VC. Note that the fix isn't present in the Nov 2013 CTP/alpha. Thanks, STL