On Tuesday, 16 June 2015 at 09:55:34 UTC, Walter Bright wrote:
On 6/13/2015 6:51 PM, Steven Schveighoffer wrote:
Just use the static if trick.
Someone had used the static if trick in druntime. It caused
some weird dependency bugs. I removed it - it turned out to be
confusing, buggy, and wholly unnecessary.
Are you referring to this?
https://github.com/D-Programming-Language/druntime/commit/54ca71b154fd9476520a63e30a50980af8927a56
If yes, I would claim that this is hardly relevant to this
discussion, but I couldn't find any other druntime commits where
you changed static ifs.
- David