tgc
tgc copied to clipboard
Allows C++ usage
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.