digitalmars.D.dwt - scope variable/params
- Sjoerd van Leent <svanleent gmail.com> Mar 11 2006
- John Reimer <terminal.node gmail.com> Mar 11 2006
- Sjoerd van Leent <svanleent gmail.com> Mar 12 2006
With the new Phobos library shipped with 0.178 scope is already used as a function. I changed the scope variables and parameters to pagesscope in the following files: custom/styledtext.d printing/printerdata.d printing/printdialog.d All seems to work fine again now! Regards, Sjoerd
Mar 11 2006
Sjoerd van Leent wrote:With the new Phobos library shipped with 0.178 scope is already used as a function. I changed the scope variables and parameters to pagesscope in the following files: custom/styledtext.d printing/printerdata.d printing/printdialog.d All seems to work fine again now! Regards, Sjoerd
You seem to have come from the future! Tell us, what is dmd 0.178 like? :D And here I thought version 1.0 was coming soon. :P
Mar 11 2006
Heh made a typo, should be 0.149 :-) John Reimer schreef:Sjoerd van Leent wrote:With the new Phobos library shipped with 0.178 scope is already used as a function. I changed the scope variables and parameters to pagesscope in the following files: custom/styledtext.d printing/printerdata.d printing/printdialog.d All seems to work fine again now! Regards, Sjoerd
You seem to have come from the future! Tell us, what is dmd 0.178 like? :D And here I thought version 1.0 was coming soon. :P
Mar 12 2006








Sjoerd van Leent <svanleent gmail.com>