You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support nogc_construct of struct with disabled postblit. (#24)
* Support nogc_construct of struct with disabled postblit.
Didn't work in the new placement new path.
* Fix behaviour with DMD. The new 2.111 is avoided in "other" cases.
---------
Co-authored-by: Guillaume Piolat <[email protected]>
Another practical way to break the type system, since many core.stdc …
…function aren't marked pure when they really should. (#23)
Co-authored-by: Guillaume Piolat <[email protected]>