Richard Levitte - VMS Whacker wrote:
I think those differences are abstracted away by the "text file" handling in C. For instance, MSVC on Windows defines std::endl as '\n' followed by a flush, even though the local EOL convention is "\r\n".On some platforms, then end of line is "\r\n". On some others, it's not even a character, it's writing down the line as a record with a length indicator. But I'm sure the stream is flushed either way. Cheers, larry |
_______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
