From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-08-23 07:32:03


Andreas Huber wrote:
>
> If function no longer has the allocator argument, how should we then
> use function in a hard real-time environment?

In this context, an allocator parameter is only an excuse for implementors
to avoid doing the necessary work to make function<> useful out of the box.
"You can always use a custom allocator", right?