On Jan 12, 2014, at 12:11 PM, TONGARI J
No. I just advertised this to the community and tried to gather interest sometime ago, but didn't go for further review process.
Well, doc/test are there, but no certain plan yet, I haven't got the time to try out modular Boost myself. So, please go ahead, it'd be great if you could bring this into Boost eventually.
I see. I'll look into modular boost.
Here is my proposal to extend your boost::has_call.
Please let me know what you think, and I'd love to hear feedback from anyone.
1. Guard the current limited has_call implementation with #ifdef BOOST_NO_SFINAE_EXPR.
2. when sfinae-expr is supported, implement has_call based on sfinae expression (my approach or something similar).
This would make has_call evaluate to false when the call is ambiguous on c++03 compilers that support sfinae-expr, which makes it closer to your original intent.
3. add has_ambiguous_call
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost