Walter Bright wrote: > On 5/14/2011 2:49 PM, Timon Gehr wrote: > > Also, not having the full druntime source handy apparently means some code > > wont > > CTFE. > > What is missing?
I stumbled over foreach(dchar c; char_array); It will complain that "_aApplycd2" is not defined. Interestingly, it does not even work when importing the druntime source after all. druntime also has some deprecated volatile statements btw. Timon