Boost logo

Boost :

Subject: Re: [boost] Any interest in dynamic dispatching mechanism from "interface" to template functions ?
From: David Abrahams (dave_at_[hidden])
Date: 2010-07-01 08:40:53


On Jul 1, 2010, at 6:32 AM, Raffi Enficiaud wrote:

> The idea behind is not new and consists in dispatching a call of an interface function to the correct template instance, depending on the
> runtime or compile time parameters. The field of application is (to me) the release of static/dynamic libraries including functions with a predefined
> set of types combination. This way, the library (compiled once) can easily be plugged to another framework or a script program (I personally use it with boost.python).

Does this make sense as a Boost.Python extension?

--
David Abrahams
BoostPro Computing
http://boostpro.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk