On 6/30/20 3:56 PM, Bruce Carneal wrote:
Given -preview=nosharedaccess on the command line, "hello world" fails to compile (you are referred to core.atomic ...).What is the idiomatic way to get writeln style output from a nosharedaccess program?Is separate compilation the way to go?
writeln uses the shared stdout. The answer is -- update Phobos so it works with -nosharedaccess :) -Steve