tgc icon indicating copy to clipboard operation
tgc copied to clipboard

Allows C++ usage

Open devnexen opened this issue 5 years ago • 1 comments

devnexen avatar Jun 12 '19 14:06 devnexen

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.

orangeduck avatar Dec 19 '20 19:12 orangeduck