CTFE: What limitations remain?

Dmitry Olshansky dmitry.olsh at gmail.com
Tue Jul 12 23:32:41 PDT 2011


On 12.07.2011 18:22, dsimcha wrote:
> The documentation for CTFE is outdated and specifies limitations that no
> longer exist thanks to Don's massive overhaul.  For example, a big one is that
> pointers now work.  What limitations that could potentially be removed still
> do exist in CTFE as of 2.054?
Just hited all of the below:
     - try/catch
     - intrinsics (bsr, bsf etc. ) this currently also means no Appender
     - array.reserve
     - foreach over tupple (aka static foreach)

-- 
Dmitry Olshansky



More information about the Digitalmars-d mailing list