Maxim Egorushkin wrote:

> I think it would be great to make boost::any's memory allocation
> strategy for value holder customizable. It would allow to use not only
> global new operator, but any other special fast allocators like, for
> example, Loki::SmallObject.

I can add it to dynamic_any. All that I need is just an allocator interface. 
It would be also nice not to use dynamic allocations at all for built-in 
types.

-- 
Alexander Nasonov
Remove minus and all between minus and at from my e-mail for timely response

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

Reply via email to