
8 Oct
2007
8 Oct
'07
6:18 p.m.
Felipe Magno de Almeida:
On 10/6/07, Peter Dimov <pdimov@pdimov.com> wrote:
Tobias Schwinger:
[snip]
Now that I think of it, a custom allocator won't help much either, as you'd need to pass it down to every low-level component that is throwing exceptions.
Not if the allocator is created in the low-level code and transported as the stack unwinding happens, as I tried to explain in another thread.
The low-level code generally has no idea what allocator it needs to create.