Fixing const arrays

Jacob Carlborg doob at me.com
Mon Dec 12 06:26:50 PST 2011


On 2011-12-11 13:46, Michel Fortin wrote:
> On 2011-12-11 07:16:28 +0000, Andrei Alexandrescu
> <SeeWebsiteForEmail at erdani.org> said:
>
>> On 12/10/11 5:20 PM, Michel Fortin wrote:
>>> Also seems strange to me that class references aren't included in that
>>> list, but then I though about how tail-const still doesn't work with
>>> objects. You'd need my const(Object)ref patch to make that work, and
>>> Walter hasn't taken time to look at it yet…
>>
>> Have you continued to use your fork in daily work? If so, how does it
>> pan out?
>
> Sadly, I'm not using D in my daily work these days. It's mostly C++ and
> Objective-C.
>
> I'd like to replace those two with D using my DMD/Objective-C fork, but
> it's still incomplete (lacks memory management), and DMD having no
> 64-bit support on OSX was a showstopper -- in fact, it still is for
> DMD/Objective-C which still lacks support for Apple's modern Objective-C
> runtime used on the 64-bit side. And my inability to make D for Xcode
> work with Xcode 4 is hampering the effort too.

It seems 64bit support will be available in the upcoming release (DMD 
for D1 has already been released).

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list