DlangScience / scid

Scientific library for the D programming language
Boost Software License 1.0
90 stars 31 forks source link

GC.{malloc,realloc,free} are nothrow now #57

Closed John-Colvin closed 7 years ago

John-Colvin commented 7 years ago

did this because of the deprecated use of catch without an argument, but found out I could just delete it all.

kyllingstad commented 7 years ago

Awesome, thanks!