Re: Cannot Instantiate Immutable or Constant Structure Variable

2011-07-06 Thread Jens Mueller
Loopback wrote: On 2011-07-06 04:39, Jose Armando Garcia wrote: First, you should always try to simplify the problem when asking for help. Not many people want to read a lot of code to find the issue. That's understandable indeed, though I haven't been able to distinguish what's the exact

Re: Cannot Instantiate Immutable or Constant Structure Variable

2011-07-06 Thread Loopback
On 2011-07-06 08:20, Jens Mueller wrote: Loopback wrote: On 2011-07-06 04:39, Jose Armando Garcia wrote: First, you should always try to simplify the problem when asking for help. Not many people want to read a lot of code to find the issue. That's understandable indeed, though I haven't

Re: Cannot Instantiate Immutable or Constant Structure Variable

2011-07-06 Thread Don
Loopback wrote: On 2011-07-06 08:20, Jens Mueller wrote: Loopback wrote: On 2011-07-06 04:39, Jose Armando Garcia wrote: First, you should always try to simplify the problem when asking for help. Not many people want to read a lot of code to find the issue. That's understandable indeed,

Re: Cannot Instantiate Immutable or Constant Structure Variable

2011-07-06 Thread Loopback
On 2011-07-06 16:56, Don wrote: It's a compiler CTFE bug, which has been fixed in the latest beta release (2.054). I am in dire need for the beta release then I guess. Is it any mature, or what's even more important; where are the download mirrors/the repository?

Re: Cannot Instantiate Immutable or Constant Structure Variable

2011-07-06 Thread Jonathan M Davis
On 2011-07-06 08:47, Loopback wrote: On 2011-07-06 16:56, Don wrote: It's a compiler CTFE bug, which has been fixed in the latest beta release (2.054). I am in dire need for the beta release then I guess. Is it any mature, or what's even more important; where are the download mirrors/the

Re: Cannot Instantiate Immutable or Constant Structure Variable

2011-07-06 Thread Jason House
Loopback Wrote: On 2011-07-06 16:56, Don wrote: It's a compiler CTFE bug, which has been fixed in the latest beta release (2.054). I am in dire need for the beta release then I guess. Is it any mature, or what's even more important; where are the download mirrors/the repository? Dmd

Cannot Instantiate Immutable or Constant Structure Variable

2011-07-05 Thread Loopback
Hello! Since I haven't received an answer for several days at the learn newsgroup I was wondering if this was an error related to D or just a hard nut to crack. The unittest in this code is not compile-able, whereas the compiler complains saying that the expression cannot be evaluated at

Re: Cannot Instantiate Immutable or Constant Structure Variable

2011-07-05 Thread Jose Armando Garcia
First, you should always try to simplify the problem when asking for help. Not many people want to read a lot of code to find the issue. Second, I just glanced at the code and couldn't find a constructor that takes 3 arguments (floats). Em 05/07/2011, às 23:27, Loopback

Re: Cannot Instantiate Immutable or Constant Structure Variable

2011-07-05 Thread Loopback
On 2011-07-06 04:39, Jose Armando Garcia wrote: First, you should always try to simplify the problem when asking for help. Not many people want to read a lot of code to find the issue. That's understandable indeed, though I haven't been able to distinguish what's the exact property of the