$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [review] conversion - Vladimir's comments
From: Gordon Woodhull (gordon_at_[hidden])
Date: 2011-08-30 13:47:38
On Aug 30, 2011, at 1:20 PM, Mathias Gaunard <mathias.gaunard_at_[hidden]> 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.