On dmd 2.112, future releases, and LTS

Walter Bright newshound2 at digitalmars.com
Sat Jul 26 00:53:45 UTC 2025


On 7/15/2025 10:05 AM, monkyyy wrote:
> its shocking how much 
> of my weird template code on "all compilers" fails because of my habit of 
> "import std;"

"import std;" is probably something to be avoided:

1. it's going to make your compile s l o o o w

2. if something goes wrong, you've got a giant morass of code to slog through, 
99% of which will be irrelevant to your program


More information about the Digitalmars-d mailing list