
15 Mar
2007
15 Mar
'07
5:47 p.m.
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Jeremy Pack
The method that would fit best with Boost.Extension would probably be the ability to instantiate classes that are not derived from known (that is, known to the instantiator) base classes, and then discover functions that can be called on them.
Isn't this painfully compiler dependent? It would be awesome, totally awesome if one was able to handle it. But that would probably be quite difficult? Maybe __FUNCTION__ can help...