Created attachment 385 [details] Fix the problem (DMD 2.030) DMD 2.030 rejects this valid code: -------------------- void foo(out shared int o) {} -------------------- test.d(1): Error: cannot have const/invariant out parameter of type shared(int) --------------------
Related SVN revision: http://www.dsource.org/projects/dmd/changeset/222
Fixed dmd 2.036