On Friday, 16 October 2015 at 08:03:06 UTC, German Diago wrote:
[...]
Just a small note FYI, there's an easy way to get a feel for the current state of GC reliance:
void main() @nogc
{
// try stuff out
}
John Colvin via Digitalmars-d Fri, 16 Oct 2015 01:15:32 -0700
On Friday, 16 October 2015 at 08:03:06 UTC, German Diago wrote:
[...]
Just a small note FYI, there's an easy way to get a feel for the current state of GC reliance:
void main() @nogc
{
// try stuff out
}