https://issues.dlang.org/show_bug.cgi?id=18472

--- Comment #8 from Mike Franklin <slavo5...@yahoo.com> ---
(In reply to Rainer Schuetze from comment #7)
> I think the main issue is that the compiler does not distinguish between
> information needed at compile time and what's necessary inside the object
> file.

Ok, I understand now:  `enum b = typeid(size_t) is typeid(uint);` should be
evaluated at compile time, and I the -betterC limitations should only apply at
runtime.

--

Reply via email to