idiomatic output given -preview=nosharedaccess ,
Steven Schveighoffer
schveiguy at gmail.com
Tue Jun 30 20:04:33 UTC 2020
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
More information about the Digitalmars-d-learn
mailing list