Building C++ modules

Kagamin spam at here.lot
Fri Aug 16 13:20:27 UTC 2019


On Thursday, 8 August 2019 at 10:10:30 UTC, Russel Winder wrote:
> So if C++ has this dependency problem why doesn't D, Go, or 
> Rust?

Walter derailed the topic with parsing stuff. That dependency is 
not the lexical order dependency, it's build sequence dependency: 
one module depends on compilation output of another module, and 
it's not a problem of C++, it's a problem of this particular 
module design. D has no such dependency problem (except for 
idgen), you can compile D files in any order.


More information about the Digitalmars-d mailing list