LockingTextWriter not an output range?
kookman
thekookman at gmail.com
Wed Apr 18 06:28:20 UTC 2018
The below static assert fails. Is this expected? Not the way I
read the docs.
static assert (isOutputRange(typeof(stdout.lockingTextWriter),
char));
More information about the Digitalmars-d-learn
mailing list