Robert Fraser wrote:
> David Ferenczi wrote:
>> == Quote from Sergey Gromov (snake.sc...@gmail.com)'s article
>>> Sun, 18 Jan 2009 22:28:12 +0100, Hoenir wrote:
The D_Version2 version identifier doesn't work properly for me.
Tried compiling with dmd 1.039. D_Version2 is set even if I pas
David Ferenczi wrote:
== Quote from Sergey Gromov (snake.sc...@gmail.com)'s article
Sun, 18 Jan 2009 22:28:12 +0100, Hoenir wrote:
The D_Version2 version identifier doesn't work properly for me.
Tried compiling with dmd 1.039. D_Version2 is set even if I pass -v1 to it.
Is this a bug or am I d
== Quote from David Ferenczi (rag...@ferenczi.net)'s article
> == Quote from Sergey Gromov (snake.sc...@gmail.com)'s article
> > Sun, 18 Jan 2009 22:28:12 +0100, Hoenir wrote:
> > > The D_Version2 version identifier doesn't work properly for me.
> > > Tried compiling with dmd 1.039. D_Version2 is s
== Quote from Sergey Gromov (snake.sc...@gmail.com)'s article
> Sun, 18 Jan 2009 22:28:12 +0100, Hoenir wrote:
> > The D_Version2 version identifier doesn't work properly for me.
> > Tried compiling with dmd 1.039. D_Version2 is set even if I pass -v1 to it.
> >
> > Is this a bug or am I doing some
Bill Baxter schrieb:
How are you using it?
Figured out what was wrong. I used const and stuff.
Using a mixin now to bypass the problem.
Sun, 18 Jan 2009 22:28:12 +0100, Hoenir wrote:
> The D_Version2 version identifier doesn't work properly for me.
> Tried compiling with dmd 1.039. D_Version2 is set even if I pass -v1 to it.
>
> Is this a bug or am I doing something wrong?
Works for me.
It's hard to tell if you're doing somethi
On Mon, Jan 19, 2009 at 6:28 AM, Hoenir wrote:
> The D_Version2 version identifier doesn't work properly for me.
> Tried compiling with dmd 1.039. D_Version2 is set even if I pass -v1 to it.
>
> Is this a bug or am I doing something wrong?
>
I just tried with DMD 1.037 and it worked fine.
How are
Hoenir wrote:
The D_Version2 version identifier doesn't work properly for me.
Tried compiling with dmd 1.039. D_Version2 is set even if I pass -v1 to it.
Is this a bug
Works for me, as this code demonstrates:
--
import std.stdio;
void main() {
version (D_Version2) {
writef
The D_Version2 version identifier doesn't work properly for me.
Tried compiling with dmd 1.039. D_Version2 is set even if I pass -v1 to it.
Is this a bug or am I doing something wrong?