[OT] Modules dropped out of C++17
deadalnix via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jun 9 10:15:44 PDT 2015
On Tuesday, 9 June 2015 at 08:06:52 UTC, Brian Schott wrote:
> On Tuesday, 9 June 2015 at 07:49:24 UTC, Shachar Shemesh wrote:
>> Also, you say 5 seconds as if that's a short amount of time.
>> If it takes an automatic scanner 5 seconds, it means the amount
>> of coverage it needs to perform is huge.
>
> If anybody was wondering why DCD doesn't support UFCS, this is
> the answer. I can't find a way to make it fast, useful, or
> compact in terms of memory use.
Resolving identifier in D is extremely complex. For instance:
https://github.com/deadalnix/SDC/blob/master/libd/src/d/semantic/identifier.d
More information about the Digitalmars-d
mailing list