LockingTextWriter not an output range?

rikki cattermole rikki at cattermole.co.nz
Wed Apr 18 06:40:15 UTC 2018


On 18/04/2018 6:28 PM, kookman wrote:
> The below static assert fails. Is this expected? Not the way I read the 
> docs.
> 
> static assert (isOutputRange(typeof(stdout.lockingTextWriter), char));

static assert (isOutputRange!(typeof(stdout.lockingTextWriter()), char));


More information about the Digitalmars-d-learn mailing list