[Issue 9538] Regression (2.062): Can't use typeid on .ptr of static array

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 19 14:51:33 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9538



--- Comment #2 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-02-19 14:51:32 PST ---
(In reply to comment #1)
> probably related:
> 
> immutable(char)*[1] szSource = [source.toStringz()]; 
> glCreateShaderProgramv(TYPE, 1, szSource.ptr);
> 
> stopped working with dmd 2.062.
> it does not pass the correct string to openGL.

Might be related to http://d.puremagic.com/issues/show_bug.cgi?id=9539

However Issue 9539 is reproducible on 2.061 as well.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list