[OT] Modules dropped out of C++17

Shachar Shemesh via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 9 00:42:36 PDT 2015


On 09/06/15 10:27, Joakim wrote:

> Perhaps Dscanner's declaration finder (the -d flag) or DCD would make
> your life easier.  I use Dscanner all the time and miss it when I'm
> stuck with grep for C nowadays:
>
> https://github.com/Hackerpilot/Dscanner
> https://github.com/Hackerpilot/DCD

I use DCD, and *for the most part* it does a reasonable job of finding 
the definition. It is not, however, something that excuses a language 
feature that makes life more difficult.

Ambiguity over location of definition is something that promotes bugs. 
The technical problem of finding the definition is the least important 
aspect of the problem.

Shachar


More information about the Digitalmars-d mailing list