"Walter Bright" wrote in message news:[email protected]...
Presumably read() will throw if the size is larger than it can handle. If it doesn't, this code is not buggy, but read() is.
You're right, but that's really not the point.
Daniel Murphy via Digitalmars-d Fri, 21 Nov 2014 01:01:29 -0800
"Walter Bright" wrote in message news:[email protected]...
Presumably read() will throw if the size is larger than it can handle. If it doesn't, this code is not buggy, but read() is.
You're right, but that's really not the point.