Thanks for the PR. Although this does technically allow usage with C++ the GC doesn't really play nicely with how C++ does allocation including new and delete so I would rather people assume that tgc does not work with C++ unless they know exactly what they are doing.
Thanks for the PR. Although this does technically allow usage with C++ the GC doesn't really play nicely with how C++ does allocation including
new
anddelete
so I would rather people assume thattgc
does not work with C++ unless they know exactly what they are doing.