orangeduck / tgc

A Tiny Garbage Collector for C
Other
968 stars 64 forks source link

Allows C++ usage #17

Open devnexen opened 5 years ago

orangeduck commented 3 years ago

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.