
30 Aug
2011
30 Aug
'11
5:47 p.m.
On Aug 30, 2011, at 1:20 PM, Mathias Gaunard <mathias.gaunard@ens-lyon.org> wrote:
I happen to have a library to solve the problem of specializing a function template for a category of types with best-match selection.
It's essentially a formalized way to define tag hierarchies and macros to make n-ary tag dispatching transparent.
This sounds really neat! I look forward to it.