On 2/29/2012 6:25 AM, Walter Bright wrote:
On 2/28/2012 11:37 AM, Rainer Schuetze wrote:
I assumed they do, but obviously the Microsoft compiler does
not, especially in debug builds. I'd say it does not hurt to add
this function with an assert(false) somewhere.My best guesses
are dsymbol.c or glue.c? Objections?
No, just be sure the result compiles. The previous iteration did
not compile with anything but MSVC.
I finally got around to creating a pull request for these:
https://github.com/D-Programming-Language/dmd/pull/777
With these, I can stay up to date with dmd development and compile
my projects almost twice as fast ;-)
Thanks,
Rainer