21 Sep
2013
21 Sep
'13
7:58 p.m.
[Niall Douglas]
You're right of course, but it's hard for me to work around VS2013's limitations here without being able to specialise a template for lambda types. Would you know Stephan how to do this on VS2013? I appreciate if it were easy you'd have already fixed the std::result_of<> shipped in the STL, but maybe it's easier than I am thinking?
I don't know how. My plan is to ask the compiler for targeted Expression SFINAE support when I get to implementing the SFINAE result_of rules. STL