
28 Jul
2004
28 Jul
'04
10:12 a.m.
This is true, but the global object itself usually "lives" in an object,
which you "normally"
need to free by means of the delete operator which in turn relies on availability of the c-runtime.
The C runtime should be available and in a sane state for all thread terminations except possibly the main thread right? So as long as we possibly do something special for the main thread we're surely OK. Certainly I've never seen your concerns in practice. What am I missing? John.