
12 Jul
2005
12 Jul
'05
9:13 p.m.
Rob Stewart wrote:
From: "Jonathan Turkanis" <technews@kangaroologic.com>
The "x" was to convey "extended," not "eXperimental."
5. device_streambuf / device_stream
This is reasonably meaningful given the use of a Device and serves to distinguish the names from those in std.
They're hard to pronounce properly, though. I just realized that this is why I don't like them.
6. devbuf / devstream
This makes me think of "development" buf/stream.
Yeah, thanks for pointing that out. But speaking of "buf/stream," how about using "buf" and "stream"? E.g., typedef stream<file> filestream; typedef buf<file> filebuf; typedef stream<array> arraystream; typedef buf<array> arraybuf;
Thus, I like #5.
Okay, thanks. Jonathan