DMD 1.038 and 2.022 releases

Simen Kjaeraas simen.kjaras at gmail.com
Tue Dec 16 12:28:43 PST 2008


On Tue, 16 Dec 2008 18:58:47 +0100, Robert Jacques <sandford at jhu.edu>  
wrote:

> On Mon, 15 Dec 2008 17:48:21 -0500, mastrost <titi.mastro at free.fr> wrote:
>
>> In this example, myPureFunction looks like a pure function, does it?
>
> No it doesn't

So this does not seem pure to you?

   int myPureFunction(int x) {
     return x;
   }

-- 
Simen


More information about the Digitalmars-d-announce mailing list