Some Issues With Synchronized
Andrew Wiley
wiley.andrew.j at gmail.com
Mon Jan 9 17:03:55 PST 2012
On Mon, Jan 9, 2012 at 8:41 AM, Sean Kelly <sean at invisibleduck.org> wrote:
> Which goes back to my argument that we should ship both checked and unchecked (release and not) builds and the compiler should link the proper one.
>
> Sent from my iPhone
>
I agree. This is common in the C/C++ world, and it seems even more
important in D since we have so many DbC features that disappear
completely in release-mode binaries.
If this isn't supported, DbC is worthless in library code.
More information about the Digitalmars-d
mailing list