
12 Sep
2010
12 Sep
'10
7:51 p.m.
On Sat, Sep 11, 2010 at 8:40 PM, Mathias Gaunard <mathias.gaunard@ens-lyon.org> wrote:
I would quite like it if polymorphic function objects created by Phoenix could restrict overload resolution to types for which their function body is valid, using SFINAE for expressions.
This is the holy grail of C++ generic programming. :-) It would allow you to overload on concepts. Daniel Walker