« Return to Thread: boost::factory?

Re: boost::factory?

by Glyn Matthews :: Rate this Message:

Reply to Author | View in Thread

Hi Tobias,

On 17/06/07, Tobias Schwinger <tschwinger@...> wrote:
>
> Dear Boost community,
>
> do we have a function object template to wrap arbitrary constructor
> calls / operator new expressions somewhere in Boost, already?
>
> If not, is there any interest in such a thing?


Normally when I need a generic Factory facility, I turn to the Loki
library.  However, some of the use cases that you describe aren't really
possible with this, so I'd say yes, I'd be interested.

Regards,
Glyn
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

 « Return to Thread: boost::factory?