We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c21f2d commit 6be38c3Copy full SHA for 6be38c3
include/boost/iostreams/filter/newline.hpp
@@ -48,8 +48,8 @@ const char LF = 0x0A;
48
49
// Exactly one of the following three flags must be present.
50
51
-const int posix = 1; // Use CR as line separator.
52
-const int mac = 2; // Use LF as line separator.
+const int posix = 1; // Use LF as line separator.
+const int mac = 2; // Use CR as line separator.
53
const int dos = 4; // Use CRLF as line separator.
54
const int mixed = 8; // Mixed line endings.
55
const int final_newline = 16;
0 commit comments