http://d.puremagic.com/issues/show_bug.cgi?id=9538
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Regression (2.062): Can't |Regression (2.061): Can't |use typeid on .ptr of |use typeid on .ptr of |static array |static array Severity|normal |regression --- Comment #6 from Andrej Mitrovic <[email protected]> 2013-02-21 11:14:08 PST --- (In reply to comment #4) > (In reply to comment #0) > > 2.061: > > $ dmd test.d > > > void** > > I still get an error for 2.061 and 2.060. > Error: type void*[1LU] is not an expression You must be testing it wrong, I don't get either of these errors in 2.060 and 2.061. Make sure you're calling the right DMD and if using RDMD to use --force. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
