
3 Oct
2007
3 Oct
'07
2:34 a.m.
On 10/2/07, Emil Dotchevski <emil@revergestudios.com> wrote:
[snip]
[snip]
You can not use global storage for the data that's stored in exception objects because in general, multiple exception objects can be active at the same time (this has nothing to do with boost::exception, it's just the way exceptions are defined in C++.)
Can't a std::vector<std::pair<void*, infos> > be used?
Emil Dotchevski
-- Felipe Magno de Almeida