digitalmars.D.learn - Using Pure
- Wyverex (3/3) Aug 20 2008 What benefit is there in using pure? Messed around with it on some
What benefit is there in using pure? Messed around with it on some simple functions and there is no difference reported by the profiler.. So why use pure, and when should we use it?
Aug 20 2008
Reply to wyverex,What benefit is there in using pure? Messed around with it on some simple functions and there is no difference reported by the profiler.. So why use pure,I don'tand when should we use it?After it gets implemented (IIRC)
Aug 20 2008
BCS wrote:Reply to wyverex,So I've been messing with something thats not implemented?!?! Blah..What benefit is there in using pure? Messed around with it on some simple functions and there is no difference reported by the profiler.. So why use pure,I don'tand when should we use it?After it gets implemented (IIRC)
Aug 20 2008
Wyverex wrote:BCS wrote:I think the reason its there is so people can start using it in there code and they won't have backwoods compatibility issues when it is actually implemented.Reply to wyverex,So I've been messing with something thats not implemented?!?! Blah..What benefit is there in using pure? Messed around with it on some simple functions and there is no difference reported by the profiler.. So why use pure,I don'tand when should we use it?After it gets implemented (IIRC)
Aug 20 2008