Appender and CTFE

David Nadlinger see at klickverbot.at
Thu Mar 3 07:58:52 PST 2011


On 3/3/11 4:28 PM, Jacob Carlborg wrote:
> So much for the "having the same implementation for the compile time
> function and the runtime function".

Well, that's exactly what __ctfe allows for in this case – optimizing a 
small section of the code for performance using runtime-only stuff, 
while still being able to call all functions depending of it at compile 
time too…

Do you think you will find time to work on this reasonably soon, Steve?

David




More information about the Digitalmars-d mailing list