What is the term for a function that can be CTFEed?

2010-08-09 Thread BCS
We have pure functions, member functions, static functions and global functions; but what kind of function can always be used with CTFE? -- ... <

Re: What is the term for a function that can be CTFEed?

2010-08-09 Thread BCS
Hello BCS, We have pure functions, member functions, static functions and global functions; but what kind of function can always be used with CTFE? Compile Time Evaluable Function = CTEF? (sounds like CDEF; so testing many minor variant of one you get AB CTEF testing :b ) Or not. -- ... <

Re: What is the term for a function that can be CTFEed?

2010-08-09 Thread Jonathan M Davis
On Monday 09 August 2010 21:18:42 BCS wrote: > We have pure functions, member functions, static functions and global > functions; but what kind of function can always be used with CTFE? Haven't we typical called them CTFE or CTFEable functions? - Jonathan M Davis

Re: What is the term for a function that can be CTFEed?

2010-08-10 Thread BCS
Hello Jonathan, On Monday 09 August 2010 21:18:42 BCS wrote: We have pure functions, member functions, static functions and global functions; but what kind of function can always be used with CTFE? Haven't we typical called them CTFE or CTFEable functions? I've seen the first used, even us

Re: What is the term for a function that can be CTFEed?

2010-08-10 Thread div0
On 10/08/2010 13:59, BCS wrote: Hello Jonathan, On Monday 09 August 2010 21:18:42 BCS wrote: We have pure functions, member functions, static functions and global functions; but what kind of function can always be used with CTFE? Haven't we typical called them CTFE or CTFEable functions?