Const initialization issue, looking for solution

Jakob Ovrum jakobovrum at gmail.com
Wed May 29 09:11:48 PDT 2013


On Wednesday, 29 May 2013 at 15:11:53 UTC, Andrei Alexandrescu 
wrote:
> How does C# solve it?

I can't find the blog posts, but I think it's basically just a 
very good implementation of definite assignment analysis[1], 
without any inter-procedural analysis. So, nothing spectacular 
(though I think it's really nice).

[1] https://en.wikipedia.org/wiki/Definite_assignment_analysis


More information about the Digitalmars-d mailing list