Biohazrd icon indicating copy to clipboard operation
Biohazrd copied to clipboard

Add diagnostic when a trampoline for a special function contains generic adapters

Open PathogenDavid opened this issue 2 years ago • 0 comments

Generic adapters cannot be properly emitted for special functions (IE: constructors, operator overloads -- Technically operator overloads are OK today but only because we don't actually emit them as operator overloads.)

In the future we might emit these as factory methods instead.

PathogenDavid avatar Apr 27 '22 03:04 PathogenDavid