Workaround for typeid access violation

Etienne via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 17 17:54:33 PDT 2015


On Wednesday, 17 June 2015 at 22:35:13 UTC, Etienne Cimon wrote:
> On Wednesday, 17 June 2015 at 22:21:21 UTC, Laeeth Isharc wrote:
>> [...]
>
> No reading material. It's straightforward from my train of 
> though, your object will be collected if it's not either in the 
> immediate global namespace, in the current thread's stack, in 
> the current thread's local namespace or in objects that were 
> allocated in the current thread's GC.
>
> [...]

I think a shared GC should also be available, but only for 
objects created with `new shared`. We have an entire type system 
to support that.



More information about the Digitalmars-d mailing list