1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Proper constraint for alloctype(T) : delete

This commit is contained in:
Brian Fiete 2025-01-16 07:46:56 -08:00
parent f10f389400
commit c7ff2ea3f4

View file

@ -97,7 +97,7 @@ namespace System
}
}
struct AllocWrapper<T> where T : new, delete
struct AllocWrapper<T> where T : new where alloctype(T) : delete
{
alloctype(T) mVal;
public alloctype(T) Val